feat: Update call started timeline item + declined support

This commit is contained in:
Valere 2026-04-24 11:37:00 +02:00
parent d215354e64
commit f0dc4eeace
9 changed files with 138 additions and 42 deletions

View file

@ -153,7 +153,8 @@ class TimelineEventContentMapper(
CallIntent.AUDIO
} else {
CallIntent.VIDEO
}
},
declinedBy = it.declinedBy.map(::UserId)
)
}
}