mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 12:58:53 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
dd948272c5
1 changed files with 0 additions and 4 deletions
|
@ -84,10 +84,6 @@ const Notifier = {
|
||||||
msg = '';
|
msg = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
const avatarUrl = ev.sender ? Avatar.avatarUrlForMember(
|
|
||||||
ev.sender, 40, 40, 'crop',
|
|
||||||
) : null;
|
|
||||||
|
|
||||||
const avatarUrl = ev.sender ? Avatar.avatarUrlForMember(ev.sender, 40, 40, 'crop') : null;
|
const avatarUrl = ev.sender ? Avatar.avatarUrlForMember(ev.sender, 40, 40, 'crop') : null;
|
||||||
const notif = plaf.displayNotification(title, msg, avatarUrl, room);
|
const notif = plaf.displayNotification(title, msg, avatarUrl, room);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue