overlays: add friends list to home menu

This commit is contained in:
Megamouse 2024-10-01 01:44:39 +02:00
parent 73fe420d09
commit 0a57c459b6
17 changed files with 858 additions and 29 deletions

View file

@ -161,6 +161,7 @@ void sendmessage_dialog_frame::callback_handler(u16 ntype, const std::string& us
switch (ntype)
{
case rpcn::NotificationType::FriendQuery: // Other user sent a friend request
case rpcn::NotificationType::FriendPresenceChanged:
break;
case rpcn::NotificationType::FriendNew: // Add a friend to the friendlist(either accepted a friend request or friend accepted it)
{