mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Add ability to pin streams to top of the streams sidebar list.
Based on work by Lauren Long, with some tweaks by tabbott.
This commit is contained in:
@@ -488,7 +488,8 @@ def json_subscription_property(request, user_profile, subscription_data=REQ(
|
||||
|
||||
property_converters = {"color": check_string, "in_home_view": check_bool,
|
||||
"desktop_notifications": check_bool,
|
||||
"audible_notifications": check_bool}
|
||||
"audible_notifications": check_bool,
|
||||
"pin_to_top": check_bool}
|
||||
response_data = []
|
||||
|
||||
for change in subscription_data:
|
||||
|
||||
Reference in New Issue
Block a user