Cleanup
This commit is contained in:
parent
183dd153ff
commit
685b034977
4 changed files with 3 additions and 6 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue