fixed bug EXT-4122 [BSI] Notification about \"maximum number of groups\" returns redundant information
The hardcoded and unlocalized dataserver response has been removed from the message of notification. --HG-- branch : product-enginemaster
parent
d643a16c38
commit
0524e91aae
|
|
@ -630,7 +630,6 @@ bool join_group_response(const LLSD& notification, const LLSD& response)
|
|||
delete_context_data = FALSE;
|
||||
LLSD args;
|
||||
args["NAME"] = name;
|
||||
args["INVITE"] = message;
|
||||
LLNotificationsUtil::add("JoinedTooManyGroupsMember", args, notification["payload"]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2941,7 +2941,6 @@ Chat and instant messages will be hidden. Instant messages will get your Busy mo
|
|||
type="alert">
|
||||
You have reached your maximum number of groups. Please leave another group before joining this one, or decline the offer.
|
||||
[NAME] has invited you to join a group as a member.
|
||||
[INVITE]
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
notext="Decline"
|
||||
|
|
|
|||
Loading…
Reference in New Issue