zulip/zerver
Aman Agrawal e2ed155310 do_update_message: Send old topic with stream edit event.
Old topic of the msg edit event can be used to help the client
calculate useful information such as if a change
in current narrow is required.

This fixes our re narrow logic after a stream edit of a topic, with
no change in topic name itself, since the original topic was not
present in the event received and hence the `orig_topic` was
undefined in this case.
2020-06-07 11:20:34 -07:00
..
data_import slack import: Fix DefaultStream import of deactivated #random. 2020-05-12 17:18:57 -07:00
lib do_update_message: Send old topic with stream edit event. 2020-06-07 11:20:34 -07:00
management management: Fix delete_old_unclaimed_attachments. 2020-06-05 17:06:19 -07:00
migrations models: Set a timezone on the MutedTopic.date_muted default. 2020-06-05 09:34:17 -07:00
openapi openapi/python_examples: Update examples for add/remove subscriptions. 2020-06-05 16:11:04 -07:00
templatetags openapi: Add markdown extension for rendering return values in API docs. 2020-05-29 15:02:56 -07:00
tests tests: Refactor 'attempt_unsubscribe_of_principal` to accept list of users. 2020-06-07 11:18:37 -07:00
tornado python: Convert TypedDict declarations to Python 3.6 style. 2020-05-26 11:43:40 -07:00
views request: Replace type argument hack with a different workaround. 2020-06-05 20:05:18 -07:00
webhooks docs: Add missing step to dropbox webhook instructions. 2020-06-05 10:21:25 -07:00
worker queue: Fix types to reflect that Pika channels transmit bytes. 2020-06-07 11:09:24 -07:00
__init__.py
apps.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
context_processors.py portico: Fix apps page webapp link being useless. 2020-05-26 21:50:31 -07:00
decorator.py user_activity: Put client id instead of name in event dicts. 2020-05-29 15:19:55 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py auth: Make sure that we enforce max_length during password reset. 2020-05-28 15:01:33 -07:00
logging_handlers.py error logging: Inline add_deployment_metadata. 2020-05-06 16:29:53 -07:00
middleware.py queue_processors: Remove the slow_queries queue. 2020-05-11 00:45:13 -07:00
models.py models: Set a timezone on the MutedTopic.date_muted default. 2020-06-05 09:34:17 -07:00
signals.py compose: Rewrite Zoom video call integration to use OAuth. 2020-06-03 16:39:12 -07:00