1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Merge branch 'develop' into t3chguy/hide_notification_body

This commit is contained in:
Matthew Hodgson
2017-10-14 23:10:01 +01:00
committed by GitHub
243 changed files with 10174 additions and 5206 deletions

View File

@@ -84,6 +84,10 @@ const Notifier = {
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 notif = plaf.displayNotification(title, msg, avatarUrl, room);