| 91 | } |
| 92 | |
| 93 | void UserGroup::RemoveNotification(const Notification::Ptr& notification) |
| 94 | { |
| 95 | std::unique_lock<std::mutex> lock(m_UserGroupMutex); |
| 96 | m_Notifications.erase(notification); |
| 97 | } |
| 98 | |
| 99 | bool UserGroup::ResolveGroupMembership(const User::Ptr& user, bool add, int rstack) { |
| 100 |