mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30:08 +00:00
parent
9c3f0db196
commit
9dcc59f610
2
LICENSE
2
LICENSE
@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application
|
|||||||
uses the Licensed Work for a purpose that does neither
|
uses the Licensed Work for a purpose that does neither
|
||||||
directly or indirectly generate revenue.
|
directly or indirectly generate revenue.
|
||||||
|
|
||||||
Change Date: 2026-03-04
|
Change Date: 2026-03-10
|
||||||
|
|
||||||
Change License: Version 2 or later of the GNU General Public License as
|
Change License: Version 2 or later of the GNU General Public License as
|
||||||
published by the Free Software Foundation.
|
published by the Free Software Foundation.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* Use of this software is governed by the Business Source License
|
* Use of this software is governed by the Business Source License
|
||||||
* included in the LICENSE file.
|
* included in the LICENSE file.
|
||||||
*
|
*
|
||||||
* Change Date: 2026-03-04
|
* Change Date: 2026-03-10
|
||||||
*
|
*
|
||||||
* On the date above, in accordance with the Business Source
|
* On the date above, in accordance with the Business Source
|
||||||
* License, use of this software will be governed by version 2
|
* License, use of this software will be governed by version 2
|
||||||
@ -88,7 +88,7 @@ public function getUsersByID()
|
|||||||
public function clearDeadSessions()
|
public function clearDeadSessions()
|
||||||
{
|
{
|
||||||
$sessions = User::getDeadSessions();
|
$sessions = User::getDeadSessions();
|
||||||
if ($sessions !== []) {
|
if ($sessions === []) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$userIDs = \array_map(static function ($item) {
|
$userIDs = \array_map(static function ($item) {
|
||||||
|
Loading…
Reference in New Issue
Block a user