Friendship accepted notifications as tips with linked names
This commit is contained in:
@@ -1842,7 +1842,7 @@ void LLIMProcessing::processNewMessage(const LLUUID& from_id,
|
||||
strings.push_back(from_id.asString());
|
||||
send_generic_message("requestonlinenotification", strings);
|
||||
|
||||
args["NAME"] = name;
|
||||
args["NAME"] = LLAvatarActions::getSLURL(from_id);
|
||||
LLSD payload;
|
||||
payload["from_id"] = from_id;
|
||||
LLAvatarNameCache::get(from_id, boost::bind(¬ification_display_name_callback, _1, _2, "FriendshipAccepted", args, payload));
|
||||
|
||||
@@ -7862,7 +7862,7 @@ Offer a teleport?
|
||||
icon="notify.tga"
|
||||
name="FriendshipAccepted"
|
||||
log_to_im="true"
|
||||
type="notify">
|
||||
type="notifytip">
|
||||
<tag>friendship</tag>
|
||||
[NAME] accepted your friendship offer.
|
||||
</notification>
|
||||
@@ -7872,7 +7872,7 @@ Offer a teleport?
|
||||
name="FriendshipDeclined"
|
||||
log_to_im="true"
|
||||
persist="true"
|
||||
type="notify">
|
||||
type="notifytip">
|
||||
<tag>friendship</tag>
|
||||
[NAME] declined your friendship offer.
|
||||
</notification>
|
||||
|
||||
@@ -3386,11 +3386,11 @@ L'objet [OBJECTFROMNAME] appartenant à un utilisateur inconnu vous a donné un(
|
||||
</notification>
|
||||
|
||||
<notification name="FriendshipAccepted">
|
||||
[NAME_SLURL] a accepté votre amitié. [MESSAGE]
|
||||
[NAME] a accepté votre amitié.
|
||||
</notification>
|
||||
|
||||
<notification name="FriendshipDeclined">
|
||||
[NAME_SLURL] a refusé votre amitié. [MESSAGE]
|
||||
[NAME] a refusé votre amitié.
|
||||
</notification>
|
||||
|
||||
<notification name="OfferCallingCard">
|
||||
|
||||
Reference in New Issue
Block a user