mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
Display heading on boundary between historical and non-historical.
(imported from commit b1669725d5a10ae086d04d0aa03341bcb0b8b858)
This commit is contained in:
@@ -505,6 +505,8 @@ function add_message_metadata(message, dummy) {
|
||||
var involved_people;
|
||||
|
||||
message.flags = message.flags || [];
|
||||
message.historical = (message.flags !== undefined &&
|
||||
message.flags.indexOf('historical') !== -1);
|
||||
message.starred = message.flags.indexOf("starred") !== -1;
|
||||
|
||||
switch (message.type) {
|
||||
|
||||
Reference in New Issue
Block a user