moment/src/backend
miruka c8f3a4937c Fix potential exceptions on AllRooms model __init__
Calling super().__init__ may result in source model items being added,
which needs the self.account and self._collapsed attributes to
already exist.
2020-05-22 16:47:15 -04:00
..
models Fix potential exceptions on AllRooms model __init__ 2020-05-22 16:47:15 -04:00
__init__.py Bump version to v0.5.0 2020-05-15 20:56:23 -04:00
backend.py Remove unused Backend.await_model_item() 2020-05-21 20:46:08 -04:00
errors.py Error msg for bad invites in non-federated room 2020-03-09 07:59:23 -04:00
html_markdown.py Don't strip <mx-reply> tags 2020-05-22 02:11:21 -04:00
matrix_client.py Use kwargs when calling nio.AsyncClient.upload() 2020-05-21 20:52:42 -04:00
media_cache.py Ensure we don't atomically write an empty file 2020-03-17 12:09:08 -04:00
nio_callbacks.py Make sure to register room on ignored events 2020-05-21 14:37:48 -04:00
pyotherside_events.py Add model batch removal optimization for filtering 2020-05-15 20:56:23 -04:00
qml_bridge.py Use pdb if remote_pdb isn't installed 2020-05-21 20:50:43 -04:00
svg_colors.py Turn markdown color names into hex codes 2019-12-22 09:35:15 -04:00
theme_parser.py theme_parser: translate hard tabs to spaces 2020-03-28 07:48:27 -04:00
user_files.py Fix adding account when none were previously saved 2020-05-22 08:48:58 -04:00
utils.py Fix serialize_value_for_qml handling of class type 2020-05-15 20:56:23 -04:00