mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
hicli/database: fix json tag on MegolmSessionID
This commit is contained in:
parent
ca76182b81
commit
98f8ca2cdc
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ type Event struct {
|
|||
RelatesTo id.EventID `json:"relates_to,omitempty"`
|
||||
RelationType event.RelationType `json:"relation_type,omitempty"`
|
||||
|
||||
MegolmSessionID id.SessionID `json:"-,omitempty"`
|
||||
MegolmSessionID id.SessionID `json:"-"`
|
||||
DecryptionError string `json:"decryption_error,omitempty"`
|
||||
SendError string `json:"send_error,omitempty"`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue