Remove unused get_transaction_id() function.
This commit is contained in:
parent
6f97ba1425
commit
da13abc5fa
1 changed files with 0 additions and 7 deletions
|
@ -423,13 +423,6 @@ class MatrixRoom:
|
||||||
self.encrypted = False # type: bool
|
self.encrypted = False # type: bool
|
||||||
|
|
||||||
|
|
||||||
def get_transaction_id(server):
|
|
||||||
# type: (MatrixServer) -> int
|
|
||||||
transaction_id = server.transaction_id
|
|
||||||
server.transaction_id += 1
|
|
||||||
return transaction_id
|
|
||||||
|
|
||||||
|
|
||||||
def matrix_sync(server):
|
def matrix_sync(server):
|
||||||
message = MatrixSyncMessage(
|
message = MatrixSyncMessage(
|
||||||
server.client,
|
server.client,
|
||||||
|
|
Loading…
Add table
Reference in a new issue