mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu v1.4.2 Funium
This commit is contained in:
+2
-1
@@ -95,8 +95,9 @@ if (safetext(isset($_POST['uniqid'])) && safetext(isset($_POST['abitext'])) && s
|
||||
$title = safetext("" . $result2["username"] . "さんにメンションされました!");
|
||||
$url = safetext("/!" . $postUniqid . "~" . $userid . "");
|
||||
$userchk = 'none';
|
||||
$category = 'mention';
|
||||
|
||||
send_notification($touserid,$userid,$title,$msg,$url);
|
||||
send_notification($touserid,$userid,$title,$msg,$url,$category);
|
||||
}
|
||||
|
||||
if ($res) {
|
||||
|
||||
Reference in New Issue
Block a user