aboutsummaryrefslogtreecommitdiff
path: root/app/helpers/users_helper.rb
blob: 4af28828723fd796185f29c7a5d74b9bd324dca5 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

module UsersHelper
  def default_user_avatar_url
    "https://talk.incommon.cc/uploads/default/original/1X/fb0b62dd9ad8917986ea0a901f864f04440de5f5.png"
  end
end