Greg Price
Greg Price
This will be a followup from #346. In zulip-mobile, we offer this in two places: * From the "stream settings screen" for a stream. * From the stream action sheet,...
There's an upcoming feature in Zulip web which we should match: https://github.com/zulip/zulip/issues/26924 > As [proposed on CZO](https://chat.zulip.org/#narrow/stream/9-issues/topic/feature.20request.3A.20.60.40name.60.20shows.20pronouns/near/1591147), we should show pronouns in @-mention typeahead. […] > > Details: > >...
Until recently, the Zulip API specified a fixed maximum length for topics, of 60 characters. This changed a few months ago in zulip/zulip@e68a69e91f99e09d91757ea71de30448111c5426 / https://github.com/zulip/zulip/pull/25226 ; the maximum is now...
Our parsing of Zulip message content HTML is designed to be precise about what it expects, and explicit about anything it doesn't understand. This means that when we encounter some...
Sometimes one wants to navigate to a stream when not already subscribed, or to subscribe to a stream. In zulip-mobile this is offered on the "All streams" screen, reached from...
As part of poll support (#164), we should support voting for options, and removing one's vote for an option. This will come after read-only support, #165.
An `` element in Zulip HTML can have the `start` attribute, like so: ```html Fjfjdj Fjdjdj ``` On Zulip web, this [renders](https://chat.zulip.org/#narrow/stream/7-test-here/topic/large.20lists/near/1544557) like so:  (The fact that the numbers...
https://zulip.com/api/get-events#update_message This issue is for the case where the messages were moved to a different stream or topic. (The case where a message's content changed is #118.) In particular these...
When the user takes an action that should navigate to a particular "anchor" message (like through #73 internal links, #76 deep links, or a notification), we should take them straight...
https://zulip.com/api/get-events#delete_message Related issue: * #118