Restore the event_type on the logger
Some checks failed
Go / Lint (latest) (push) Has been cancelled
Go / Build (old, libolm) (push) Has been cancelled
Go / Build (latest, libolm) (push) Has been cancelled
Go / Build (old, goolm) (push) Has been cancelled
Go / Build (latest, goolm) (push) Has been cancelled

This commit is contained in:
Brad Murray 2026-01-06 16:02:13 -05:00
commit 818f8f46dd
No known key found for this signature in database
GPG key ID: A49463C6B5B28DCF

View file

@ -236,7 +236,8 @@ func (vh *VerificationHelper) Init(ctx context.Context) error {
logCtx := vh.getLog(ctx).With().
Stringer("transaction_step", txn.VerificationState).
Stringer("sender", evt.Sender)
Stringer("sender", evt.Sender).
Stringer("event_type", evt.Type)
if evt.RoomID != "" {
logCtx = logCtx.
Stringer("room_id", evt.RoomID).