mirror of https://github.com/zulip/zulip.git
Fix updating the pointer.
(imported from commit e0214c59c7c14b3c6791e4da205386253f6861c1)
This commit is contained in:
parent
6642a65269
commit
94944d2c5e
|
@ -210,7 +210,7 @@ function update_selected_message(message) {
|
|||
// doesn't permanently affect where you are.
|
||||
//
|
||||
// We also don't want to post if there's no effective change.
|
||||
$.post("/json/update_pointer", {pointer: new_selected_id});
|
||||
$.post("json/update_pointer", {pointer: new_selected_id});
|
||||
}
|
||||
selected_message_id = new_selected_id;
|
||||
selected_message = message;
|
||||
|
|
Loading…
Reference in New Issue