inbox.save();
Tag sharedTag = Tag.findOrCreateByName("shared", receiver);
for(SharedContent sharedContent : sharedContents) {
if(Content.ContentType.PHOTO == sharedContent.type) {
ContentTag contentTag = new ContentTag(sharedContent.id, Content.ContentType.PHOTO, sharedTag);
contentTag.save();
}
}
Notification notification = new Notification();
if(from.basic_information != null) {
StringBuffer textSb = new StringBuffer();