Pinned messages list : improve and fix code after PR review.

This commit is contained in:
ganfra 2024-09-05 17:36:16 +02:00
parent e9b37bd154
commit d3420da599
11 changed files with 80 additions and 29 deletions

View file

@ -50,7 +50,7 @@ interface Timeline : AutoCloseable {
enum class Mode {
LIVE,
FOCUSED_ON_EVENT,
FOCUSED_ON_PINNED_EVENTS
PINNED_EVENTS
}
val membershipChangeEventReceived: Flow<Unit>