navigation_view: Add reminders to built-in view fragments.

This omission had no effect on current users, but will be important once view 
customization is implemented.

It was missed in zulip#32528.
This commit is contained in:
Aditya Kumar Kasaudhan
2025-10-20 06:09:13 +05:30
committed by GitHub
parent 5ee9ae7eab
commit fe99ed9993

View File

@@ -27,6 +27,7 @@ BUILT_IN_VIEW_FRAGMENTS = [
# Starred messages view
"narrow/is/starred",
"scheduled",
"reminders",
]