MAINT-4734 (Separate transaction notices from group notice/invites) - fixed Mac build
parent
e5d6a14f05
commit
23ae6d098a
|
|
@ -341,7 +341,7 @@ void LLFloaterNotificationsTabbed::onStoreToast(LLPanel* info_panel, LLUUID id)
|
|||
LLSD payload = toast->getNotification()->getPayload();
|
||||
LLDate time_stamp = toast->getNotification()->getDate();
|
||||
p.group_id = payload["group_id"];
|
||||
p.sender = payload["name"];
|
||||
p.sender = payload["name"].asString();
|
||||
p.time_stamp = time_stamp;
|
||||
addItem(p);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue