mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Sending HTTP 204 in ChatLeaveAction
This commit is contained in:
parent
d8c8ee2f5d
commit
1fef092c13
@ -59,6 +59,7 @@ public function execute() {
|
||||
\wcf\util\ChatUtil::writeUserData(array('roomID' => null));
|
||||
|
||||
$this->executed();
|
||||
header("HTTP/1.0 204 No Content");
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user