This commit is contained in:
Benoit Marty 2023-05-24 17:32:33 +02:00 committed by Benoit Marty
parent 183dd153ff
commit 685b034977
4 changed files with 3 additions and 6 deletions

View file

@ -32,8 +32,6 @@ class TimelineEventMapper @Inject constructor() {
fun map(timelineEvent: TimelineEvent): NotificationEvent {
return timelineEvent.use {
NotificationEvent(
eventId = EventId(it.eventId()),
senderId = UserId(it.senderId()),
timestamp = it.timestamp().toLong(),
content = it.eventType().toContent(),
contentUrl = null // TODO it.eventType().toContentUrl(),