102103104105106107108109110111112
} // (create and) add user object if (this.userJSON == null) { final User user = new User(this.userNode); this.userJSON = user.toActorJSON(); } statusUpdate.put("actor", this.userJSON); this.nextStatusUpdate(); return statusUpdate;