mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
SYWEB-63: Fix desktop notification message when notifying for an image.
This commit is contained in:
parent
86d3180666
commit
baf472f83f
@ -258,6 +258,9 @@ function(matrixService, $rootScope, $q, $timeout, mPresence) {
|
||||
if (event.content.msgtype === "m.emote") {
|
||||
message = "* " + displayname + " " + message;
|
||||
}
|
||||
else if (event.content.msgtype === "m.image") {
|
||||
message = displayname + " sent an image.";
|
||||
}
|
||||
|
||||
var roomTitle = matrixService.getRoomIdToAliasMapping(event.room_id);
|
||||
var theRoom = $rootScope.events.rooms[event.room_id];
|
||||
|
Loading…
Reference in New Issue
Block a user