STORM-2018: Group invite fails to let you join groups when groups maxed even when you leave group

This commit is contained in:
Lirusaito
2014-06-17 12:57:52 -04:00
parent a0359473ff
commit 790db4283c

View File

@@ -673,6 +673,7 @@ bool join_group_response(const LLSD& notification, const LLSD& response)
args["NAME"] = name;
args["INVITE"] = message;
LLNotificationsUtil::add("JoinedTooManyGroupsMember", args, notification["payload"]);
return false;
}
}