mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Rework MXKSlashCommands to a more Swift-friendly form and use it in suggestion module
This commit is contained in:
@@ -48,7 +48,6 @@ struct CompletionSuggestionListItem: View {
|
||||
.font(theme.fonts.body)
|
||||
.foregroundColor(theme.colors.tertiaryContent)
|
||||
.accessibility(identifier: "descriptionText")
|
||||
.lineLimit(1)
|
||||
}
|
||||
case .user(let userId, let avatar, let displayName):
|
||||
if let avatar = avatar {
|
||||
|
||||
Reference in New Issue
Block a user