Pass around fromPinnedEvents so we can use it to decide whether to forward the event from the main timeline or the pinned events one

This commit is contained in:
Jorge Martín 2025-11-03 14:43:57 +01:00
parent 4df7841452
commit 753322d50e
18 changed files with 38 additions and 29 deletions

View file

@ -103,7 +103,7 @@ class UserProfileFlowNode(
// Cannot happen
}
override fun forwardEvent(eventId: EventId) {
override fun forwardEvent(eventId: EventId, fromPinnedEvents: Boolean) {
// Cannot happen
}
}