mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:46:08 -04:00
Clean up TransactionQueue
This commit is contained in:
parent
5aeadb7414
commit
ca8abfbf30
4 changed files with 165 additions and 224 deletions
|
@ -317,7 +317,6 @@ def preserve_fn(f):
|
|||
def g(*args, **kwargs):
|
||||
with PreserveLoggingContext(current):
|
||||
return f(*args, **kwargs)
|
||||
|
||||
return g
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue