This commit is contained in:
Natsumi
2021-03-10 23:00:48 +13:00
parent 48235d30a1
commit 02b0189d97

View File

@@ -4282,7 +4282,7 @@ speechSynthesis.getVoices();
AppApi.DesktopNotification(noty.senderUsername, 'has sent you a friend request', imageURL);
break;
case 'Friend':
AppApi.DesktopNotification(noty.displayName, 'has sent you a friend request', imageURL);
AppApi.DesktopNotification(noty.displayName, 'is now your friend', imageURL);
break;
case 'Unfriend':
AppApi.DesktopNotification(noty.displayName, 'is no longer your friend', imageURL);