mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
message_feed: Remove the parenthesis around edited notices.
They were found to not particularly improve the UI. Fixes #21043.
This commit is contained in:
@@ -241,7 +241,7 @@ export class MessageListView {
|
||||
|
||||
_add_msg_edited_vars(message_container) {
|
||||
// This adds variables to message_container object which calculate bools for
|
||||
// checking position of "(EDITED)" label as well as the edited timestring
|
||||
// checking position of "EDITED" label as well as the edited timestring
|
||||
// The bools can be defined only when the message is edited
|
||||
// (or when the `last_edit_timestr` is defined). The bools are:
|
||||
// * `edited_in_left_col` -- when label appears in left column.
|
||||
|
||||
Reference in New Issue
Block a user