Move unread chat count to one request
This commit is contained in:
parent
a7f7aab444
commit
bddb00050a
5 changed files with 40 additions and 48 deletions
|
@ -1036,11 +1036,6 @@ urlpatterns = [
|
|||
chat.toggle_ignore,
|
||||
name="toggle_ignore",
|
||||
),
|
||||
url(
|
||||
r"^get_unread_boxes$",
|
||||
chat.get_unread_boxes,
|
||||
name="get_unread_boxes",
|
||||
),
|
||||
]
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue