time -> get_time

This commit is contained in:
2025-11-05 11:53:26 -05:00
parent d9583f3472
commit 2212453a96
4 changed files with 6 additions and 6 deletions

View File

@@ -363,7 +363,7 @@ async def backfill(room):
return jsonify({
"origin": config.server_name,
"origin_server_ts": globals.time(),
"origin_server_ts": globals.get_time(),
"pdus": send_join(bullshit, room)["state"]
})