Abhijeet Prasad Bodas
ace54f3c3b
recent topics: Fix duplicate muting requests sent to server.
...
Previously, on clicking the "bell" icon from a recent
topics topic row, two click handlers were triggered-
1. The one for the bell in the recent-topics topic
row.
2. The one for the bell in the floating recipient bar.
This is intended to be triggered only when the user
clicks on the bell icon in the floating recipient
bar to mute a topic, but this was triggered on
clicking the recent-topics topic row bell too,
because it wasn't specific and we use the same
HTML class for both the bells.
Because both these click handlers were triggered,
the webapp sent back-to-back duplicate requests to
the server to mute the topic, which caused the sever
to throw "HTTP 400: Topic already muted" error.
This commit fixes this by making the recipient bar
click handler more specific, so that it is triggered
only when the recipient bar bell icon is clicked.
There is also the issue that the recipient bar bell
icon only allows a user to mute the topic, not unmute.
So, when someone mutes a topic, and then clicks on
the recipient bar bell icon, the webapp sends a
request to mute the topic again (not to unmute),
leading to the same error as above.
This commit does not fix that. See #15223 .
2021-04-05 17:58:38 -07:00
..
2021-03-12 10:08:25 -08:00
2021-03-26 10:17:56 -07:00
2021-04-05 15:18:41 -07:00
2021-04-01 15:25:23 -07:00
2021-03-26 10:17:56 -07:00
2021-03-18 17:26:19 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 22:07:26 -07:00
2021-03-26 10:17:56 -07:00
2021-02-10 10:27:14 -08:00
2021-03-30 08:33:47 -07:00
2021-03-12 10:08:25 -08:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-18 17:26:19 -07:00
2021-03-26 10:17:56 -07:00
2021-03-24 13:15:01 -07:00
2021-03-24 13:15:01 -07:00
2021-03-26 10:17:56 -07:00
2021-03-18 16:37:20 -04:00
2021-03-18 10:09:22 -07:00
2021-04-05 17:58:38 -07:00
2021-03-24 12:22:27 -07:00
2021-02-28 14:23:00 -08:00
2021-02-10 10:27:14 -08:00
2021-03-26 10:17:56 -07:00
2021-03-12 10:08:25 -08:00
2021-03-31 07:49:47 -07:00
2021-03-21 20:16:08 -07:00
2021-03-21 20:16:08 -07:00
2021-03-29 18:23:47 -07:00
2021-03-12 10:08:25 -08:00
2021-03-12 10:08:25 -08:00
2021-03-31 07:49:47 -07:00
2021-04-05 09:52:19 -07:00
2021-03-31 07:49:47 -07:00
2021-03-29 18:23:47 -07:00
2021-03-30 16:51:42 -07:00
2021-03-29 18:23:47 -07:00
2021-03-26 10:17:56 -07:00
2021-03-23 01:42:43 -07:00
2021-03-22 13:29:32 -07:00
2021-03-26 16:32:25 -07:00
2021-04-05 17:51:59 -07:00
2021-03-30 08:33:47 -07:00
2021-03-29 18:23:47 -07:00
2021-03-26 10:17:56 -07:00
2021-03-12 10:08:25 -08:00
2021-03-17 08:47:15 -04:00
2021-02-28 14:23:00 -08:00
2021-04-01 21:53:22 -07:00
2021-03-29 18:23:47 -07:00
2021-03-26 10:17:56 -07:00
2021-04-05 15:04:50 -07:00
2021-03-29 18:23:47 -07:00
2021-03-26 10:17:56 -07:00
2021-03-29 18:23:47 -07:00
2021-04-05 15:04:49 -07:00
2021-03-26 10:17:56 -07:00
2021-03-12 15:29:23 -05:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-17 08:47:15 -04:00
2021-03-26 10:17:56 -07:00
2021-02-28 14:23:00 -08:00
2021-03-17 08:47:15 -04:00
2021-03-17 08:47:15 -04:00
2021-03-17 08:47:15 -04:00
2021-03-17 08:47:15 -04:00
2021-03-12 10:08:25 -08:00
2021-03-17 08:47:15 -04:00
2021-03-12 10:08:25 -08:00
2021-03-30 08:33:47 -07:00
2021-03-24 13:15:01 -07:00
2021-03-26 10:17:56 -07:00
2021-03-30 15:53:07 -07:00
2021-03-26 10:17:56 -07:00
2021-03-29 18:23:47 -07:00
2021-03-30 09:00:23 -07:00
2021-03-30 08:33:47 -07:00
2021-03-23 00:17:15 -07:00
2021-03-29 14:53:57 -07:00
2021-03-26 10:17:56 -07:00
2021-03-29 18:23:47 -07:00
2021-03-30 08:33:47 -07:00
2021-03-29 18:23:47 -07:00
2021-03-30 08:33:47 -07:00
2021-03-22 13:21:56 -07:00
2021-03-29 18:23:47 -07:00
2021-03-29 14:53:57 -07:00
2021-04-03 15:03:00 -04:00
2021-03-30 08:33:47 -07:00
2021-03-28 16:16:48 -07:00
2021-03-29 18:23:47 -07:00
2021-03-29 18:23:47 -07:00
2021-03-26 10:17:56 -07:00
2021-04-05 09:52:19 -07:00
2021-03-26 10:17:56 -07:00
2021-03-30 08:33:47 -07:00
2021-03-29 18:23:47 -07:00
2021-03-12 10:08:25 -08:00
2021-03-29 18:23:47 -07:00
2021-03-30 17:02:46 -07:00
2021-03-12 10:08:25 -08:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-17 08:47:15 -04:00
2021-03-29 14:53:57 -07:00
2021-02-28 14:23:00 -08:00
2021-03-29 14:53:57 -07:00
2021-02-28 14:23:00 -08:00
2021-03-30 12:07:51 -07:00
2021-03-26 09:21:46 -07:00
2021-04-03 15:54:14 -07:00
2021-03-23 14:08:39 -04:00
2021-03-29 18:23:47 -07:00
2021-03-14 17:36:22 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-30 08:33:47 -07:00
2021-04-04 18:01:06 -07:00
2021-03-20 11:00:48 -04:00
2021-03-29 18:23:47 -07:00
2021-03-29 18:23:47 -07:00
2021-04-03 15:54:14 -07:00
2021-03-29 18:23:47 -07:00
2021-03-29 18:23:47 -07:00
2021-02-28 14:23:00 -08:00
2021-03-26 10:17:56 -07:00
2021-03-02 17:06:35 -08:00
2021-03-26 10:17:56 -07:00
2021-03-02 17:06:35 -08:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-17 08:47:15 -04:00
2021-04-05 09:52:19 -07:00
2021-03-29 18:23:47 -07:00
2021-03-30 17:02:46 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 16:32:25 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-12 10:08:25 -08:00
2021-04-05 09:52:19 -07:00
2021-04-05 09:52:19 -07:00
2021-03-22 13:29:32 -07:00
2021-03-26 11:49:28 -07:00
2021-03-17 08:47:15 -04:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-28 16:18:09 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-04-01 13:49:02 -07:00
2021-03-12 10:08:25 -08:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-24 12:22:27 -07:00
2021-03-28 15:55:55 -07:00
2021-04-05 09:52:19 -07:00
2021-04-05 09:52:19 -07:00
2021-04-05 09:52:19 -07:00
2021-04-05 09:52:19 -07:00
2021-03-24 12:22:27 -07:00
2021-03-30 08:33:47 -07:00
2021-02-28 14:23:00 -08:00
2021-04-05 17:40:08 -07:00
2021-04-05 09:52:19 -07:00
2021-03-13 11:48:50 -05:00
2021-03-30 08:33:47 -07:00
2021-04-05 09:52:19 -07:00
2021-03-17 08:47:15 -04:00
2021-04-05 09:52:19 -07:00
2021-04-05 17:24:09 -07:00
2021-04-03 15:54:14 -07:00
2021-03-26 10:17:56 -07:00
2021-03-12 10:08:25 -08:00
2021-03-02 17:06:35 -08:00
2021-03-02 17:06:35 -08:00
2021-03-17 08:47:15 -04:00
2021-03-12 10:08:25 -08:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 09:21:46 -07:00
2021-03-15 13:05:49 -04:00
2021-03-26 10:17:56 -07:00
2021-03-17 08:47:15 -04:00
2021-04-05 15:04:50 -07:00
2021-03-26 10:17:56 -07:00
2021-04-05 15:04:50 -07:00
2021-03-30 08:33:47 -07:00
2021-03-30 08:33:47 -07:00
2021-03-30 12:07:51 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-26 10:17:56 -07:00
2021-03-17 08:47:15 -04:00
2021-03-26 10:17:56 -07:00
2021-03-12 10:08:25 -08:00
2021-03-12 10:08:25 -08:00
2021-03-17 08:47:15 -04:00
2021-02-10 10:27:14 -08:00
2021-03-17 08:47:15 -04:00
2021-03-23 14:08:39 -04:00
2021-03-26 10:17:56 -07:00
2021-03-29 18:23:47 -07:00
2021-03-26 10:17:56 -07:00
2021-03-17 08:47:15 -04:00
2021-03-29 18:23:47 -07:00