mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
federation/pdu: add cached event ID to internal metadata
This commit is contained in:
parent
ba16c30a8c
commit
f131ae5aa4
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ var (
|
|||
)
|
||||
|
||||
type InternalMeta struct {
|
||||
Rejected bool `json:"rejected,omitempty"`
|
||||
EventID id.EventID `json:"event_id,omitempty"`
|
||||
Rejected bool `json:"rejected,omitempty"`
|
||||
}
|
||||
|
||||
type PDU struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue