bridgev2/portal: add capability to disable formatting relayed messages
Some checks are pending
Go / Lint (latest) (push) Waiting to run
Go / Build (old, libolm) (push) Waiting to run
Go / Build (latest, libolm) (push) Waiting to run
Go / Build (old, goolm) (push) Waiting to run
Go / Build (latest, goolm) (push) Waiting to run

This commit is contained in:
Tulir Asokan 2025-11-12 23:14:37 +02:00
commit 828ba3cec1
2 changed files with 8 additions and 4 deletions

View file

@ -60,6 +60,8 @@ type RoomFeatures struct {
MarkAsUnread bool `json:"mark_as_unread,omitempty"`
DeleteChat bool `json:"delete_chat,omitempty"`
DeleteChatForEveryone bool `json:"delete_chat_for_everyone,omitempty"`
PerMessageProfileRelay bool `json:"-"`
}
func (rf *RoomFeatures) GetID() string {