Skip to content

Commit

Permalink
PN-424: Add url to sender contact info
Browse files Browse the repository at this point in the history
Fixed
  • Loading branch information
veronikaslc committed Feb 21, 2019
1 parent d6159ef commit 4a068dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ private JSONObject getSenderContactInfo()
info.put("id", user.getId());
info.put("name", user.getUsername());
info.put("institution", user.getAttribute("company") != null ? user.getAttribute("company").toString() : null);
info.put("url", user.getProfileURI() != null ? user.getProfileURI().toString() : null);
return info;
}
}

0 comments on commit 4a068dd

Please sign in to comment.