Update Inbox

pull/5355/head
Daniel Supernault 6 months ago
parent 3d8ae361d7
commit 79d73c508c
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -417,8 +417,8 @@ class Inbox
return;
}
$msg = $activity['content'];
$msgText = strip_tags($activity['content']);
$msg = Purify::clean($activity['content']);
$msgText = strip_tags($msg);
if (Str::startsWith($msgText, '@'.$profile->username)) {
$len = strlen('@'.$profile->username);

Loading…
Cancel
Save