mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
EventFormatter: add showEditionMention setting
This commit is contained in:
@@ -102,8 +102,8 @@ final class EditHistoryCoordinatorBridgePresenter: NSObject {
|
||||
formatter.treatMatrixGroupIdAsLink = true
|
||||
formatter.eventTypesFilterForMessages = MXKAppSettings.standard()?.eventsFilterForMessages
|
||||
|
||||
// But do not display "...(edited)"
|
||||
// TODO
|
||||
// But do not display "...(Edited)"
|
||||
formatter.showEditionMention = false
|
||||
|
||||
return formatter
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user