Improves list of visible authors on live stream bubbles

This commit is contained in:
Vitor Pamplona
2025-09-02 13:26:19 -04:00
parent 8db90728aa
commit fcd56fdb3a
3 changed files with 42 additions and 8 deletions
@@ -89,6 +89,8 @@ class LiveActivitiesEvent(
fun totalParticipants() = tags.firstNotNullOfOrNull(TotalParticipantsTag::parse)
fun participantKeys(): List<HexKey> = tags.mapNotNull(ParticipantTag::parseKey)
fun participants() = tags.mapNotNull(ParticipantTag::parse)
fun relays() = tags.mapNotNull(RelayListTag::parse)