This commit is contained in:
notfire 2025-02-18 14:43:54 -05:00
parent c3362bda0e
commit a34bc30196
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16

View file

@ -3,7 +3,7 @@
// ensure already private messages still get shown
$query = "
UPDATE TABLE data
UPDATE data
SET isprivread = False
WHERE ispublic IS FALSE;
";