mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Add frontend to show message edit history.
Fixes #268. Modified significantly by tabbott to: * improve code cleanliness / repetition * add missing translation tags * move code into message_edit.js * correspond with the new backend. * not display the option for messages only topic-edited
This commit is contained in:
@@ -76,6 +76,7 @@ class TemplateTestCase(ZulipTestCase):
|
||||
'zerver/stream_creation_prompt.html',
|
||||
'zerver/subscriptions.html',
|
||||
'zerver/tutorial_finale.html',
|
||||
'zerver/message_history.html',
|
||||
]
|
||||
unusual = [
|
||||
'confirmation/mituser_confirmation_email_body.txt',
|
||||
|
||||
Reference in New Issue
Block a user