update deps; experiment: log security
This commit is contained in:
7
vendor/maunium.net/go/mautrix/event/events.go
generated
vendored
7
vendor/maunium.net/go/mautrix/event/events.go
generated
vendored
@@ -124,9 +124,10 @@ func (evt *Event) GetStateKey() string {
|
||||
}
|
||||
|
||||
type StrippedState struct {
|
||||
Content Content `json:"content"`
|
||||
Type Type `json:"type"`
|
||||
StateKey string `json:"state_key"`
|
||||
Content Content `json:"content"`
|
||||
Type Type `json:"type"`
|
||||
StateKey string `json:"state_key"`
|
||||
Sender id.UserID `json:"sender"`
|
||||
}
|
||||
|
||||
type Unsigned struct {
|
||||
|
||||
Reference in New Issue
Block a user