mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:06:16 +00:00
Don't cache your personal gravatar across gravatar updates.
(imported from commit 06f82faaa350db8a64cebef24b738b5e93bebb98)
This commit is contained in:
@@ -325,6 +325,10 @@ function add_to_table(messages, table_name, filter_function, where) {
|
||||
|
||||
message.dom_id = table_name + message.id;
|
||||
|
||||
if (message.sender_email === email) {
|
||||
message.stamp = gravatar_stamp;
|
||||
}
|
||||
|
||||
messages_to_render.push(message);
|
||||
prev = message;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user