Revert "POC delete stale non-e2e devices for users (#14038)" (#14582)

This commit is contained in:
David Robertson 2022-11-29 17:48:48 +00:00 committed by GitHub
parent 99d1897078
commit c29e2c6306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 83 deletions

View file

@ -115,7 +115,7 @@ class DeviceTestCase(unittest.HomeserverTestCase):
"device_id": "xyz",
"display_name": "display 0",
"last_seen_ip": None,
"last_seen_ts": 1000000,
"last_seen_ts": None,
},
device_map["xyz"],
)