Add button to reject invitation and ignore user
BUG: 474274
This commit is contained in:
@@ -1694,4 +1694,9 @@ void NeoChatRoom::loadReply(const QString &eventId, const QString &replyId)
|
||||
});
|
||||
}
|
||||
|
||||
User *NeoChatRoom::invitingUser() const
|
||||
{
|
||||
return connection()->user(currentState().get<RoomMemberEvent>(connection()->userId())->senderId());
|
||||
}
|
||||
|
||||
#include "moc_neochatroom.cpp"
|
||||
|
||||
Reference in New Issue
Block a user