Make local unread markers optional, off by default

Add RoomList.local_unread_markers option to settings.py,
which is False by default.
Before, this way always enabled and conflicts with push rules by marking
anything as unread without any logic.
This commit is contained in:
miruka
2021-01-21 11:16:03 -04:00
parent 4f4bc90faa
commit a06ce3352e
4 changed files with 11 additions and 7 deletions

View File

@@ -8,9 +8,6 @@
- profiles missing in notifications
- option to use plaintext notifications
- Notification urgency level (plyer)?
- Make local unread counter an optional turned off by default
- Implement fallback QML notifications, usable if dbus isn't available
- annoying tooltips when menu open
- add http_proxy support