federation/pdu: add cached event ID to internal metadata
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-08-27 12:24:15 +03:00
commit f131ae5aa4

View file

@ -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 {