mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Use full title mode for now
This commit is contained in:
@@ -110,6 +110,9 @@ class ThreadRoomTitleView: RoomTitleView {
|
||||
if room.mxSession.threadingService.thread(withId: threadId) == nil {
|
||||
// thread not created yet
|
||||
mode = .partial
|
||||
// use full mode for every case for now
|
||||
// TODO: Fix in future
|
||||
mode = .full
|
||||
} else {
|
||||
// thread created before
|
||||
mode = .full
|
||||
|
||||
Reference in New Issue
Block a user