moved ownAvatarChanged() and ownStatusChanged() to rsEvents

This commit is contained in:
csoler 2025-07-10 15:39:10 +02:00
parent 4b9d060c81
commit 9b881a6214
6 changed files with 38 additions and 17 deletions

View file

@ -133,6 +133,7 @@ void NotifyQt::notifyChatMessage(const ChatMessage &msg)
emit chatMessageReceived(msg);
}
#ifdef TO_REMOVE
void NotifyQt::notifyOwnAvatarChanged()
{
{
@ -146,6 +147,7 @@ void NotifyQt::notifyOwnAvatarChanged()
#endif
emit ownAvatarChanged() ;
}
#endif
class SignatureEventData
{
@ -365,7 +367,6 @@ void NotifyQt::notifyPeerStatusChangedSummary()
emit peerStatusChangedSummary();
}
#endif
void NotifyQt::notifyOwnStatusMessageChanged()
{
@ -393,6 +394,7 @@ void NotifyQt::notifyPeerHasNewAvatar(std::string peer_id)
#endif
emit peerHasNewAvatar(QString::fromStdString(peer_id)) ;
}
#endif
void NotifyQt::notifyCustomState(const std::string& peer_id, const std::string& status_string)
{