forked from GNUsocial/gnu-social
Change avatar size on single notice page
This commit is contained in:
@@ -335,6 +335,6 @@ class SingleNoticeItem extends DoFollowListItem
|
||||
{
|
||||
function avatarSize()
|
||||
{
|
||||
return AVATAR_PROFILE_SIZE;
|
||||
return AVATAR_STREAM_SIZE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user