Image in notification

This commit is contained in:
Benoit Marty 2023-12-11 14:51:41 +01:00
parent 271fedb7d4
commit 84c897d682
10 changed files with 272 additions and 14 deletions

View file

@ -52,7 +52,6 @@ class NotificationMapper(
isNoisy = item.isNoisy.orFalse(),
timestamp = item.timestamp() ?: clock.epochMillis(),
content = item.event.use { notificationContentMapper.map(it) },
contentUrl = null,
hasMention = item.hasMention.orFalse(),
)
}