Skip to content
Snippets Groups Projects
Unverified Commit 9372f6f8 authored by Sean Quah's avatar Sean Quah Committed by GitHub
Browse files

Fix logging context misuse when we fail to persist a federation event (#13089)


When we fail to persist a federation event, we kick off a task to remove
its push actions in the background, using the current logging context.
Since we don't `await` that task, we may finish our logging context
before the task finishes. There's no reason to not `await` the task, so
let's do that.

Signed-off-by: default avatarSean Quah <seanq@matrix.org>
parent 8ceed5e6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment