blob: 152023876f3ccb5ade0dab9454fae87454883813 (
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/talk_incommon_cc/optimized/1X/ae4533e882f427b1ae870080a42978c67c6437cc_2_32x32.png"
end
end
|