moment/src/backend/models
vslg a3c9ac20c6 Make offline presence to stop sync
Setting the presence of an account to offline
will make the client to end sync task and will
prevent messages from being sent.

Setting it to online again or any other presence
will start sync task again.

Left:
- Local echo to presence change
- UI Control to affect all members presence
- Block more requests to be sent (e.g. member
  actions)
2020-07-10 13:14:18 -04:00
..
__init__.py Fix SyncId type hint & remove debug prints 2020-05-15 20:56:23 -04:00
filters.py Protect proxy/filter models with write_lock 2020-05-30 23:08:21 -04:00
items.py Make offline presence to stop sync 2020-07-10 13:14:18 -04:00
model_item.py Add a batch set_fields method to Model 2020-07-10 13:14:17 -04:00
model_store.py Update and add missing new docstrings 2020-05-21 20:45:15 -04:00
model.py Remove account collapse bug workaround 2020-05-30 23:08:21 -04:00
proxy.py Protect proxy/filter models with write_lock 2020-05-30 23:08:21 -04:00
special_models.py Fix potential exceptions on AllRooms model __init__ 2020-05-22 16:47:15 -04:00