mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 15:16:00 -05:00
SYWEB-45: Display the user_id of a user when hovering over their avatar next to their messages.
This commit is contained in:
parent
baf472f83f
commit
188de756be
@ -133,7 +133,7 @@
|
||||
</div>
|
||||
</td>
|
||||
<td class="avatar">
|
||||
<img class="avatarImage" ng-src="{{ members[msg.user_id].avatar_url || 'img/default-profile.png' }}" width="32" height="32"
|
||||
<img class="avatarImage" ng-src="{{ members[msg.user_id].avatar_url || 'img/default-profile.png' }}" width="32" height="32" title="{{msg.user_id}}"
|
||||
ng-hide="events.rooms[room_id].messages[$index - 1].user_id === msg.user_id || msg.user_id === state.user_id"/>
|
||||
</td>
|
||||
<td ng-class="(!msg.content.membership && ('m.room.topic' !== msg.type && 'm.room.name' !== msg.type))? (msg.content.msgtype === 'm.emote' ? 'emote text' : 'text') : 'membership text'">
|
||||
|
Loading…
x
Reference in New Issue
Block a user