修复聊天室离开播报:显式点击离开按钮时绕过队列防抖,同步发送离开广播,解决本地无队列运行时播报丢失的问题
This commit is contained in:
@@ -1413,7 +1413,7 @@
|
||||
clearTimeout(visibilityTimer);
|
||||
|
||||
try {
|
||||
await fetch(window.chatContext.leaveUrl, {
|
||||
await fetch(window.chatContext.leaveUrl + '?explicit=1', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]').getAttribute(
|
||||
|
||||
Reference in New Issue
Block a user