mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/portal: add capability to disable formatting relayed messages
This commit is contained in:
parent
85e25748a8
commit
828ba3cec1
2 changed files with 8 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue