Commit d1ff468c by 段启岩

用户关注消息

parent 7c2ff940
......@@ -50,6 +50,7 @@ public class MessageListener implements DataItemChangeListener {
message.setUserId(followedUserId);
message.setMsgType(1);
message.setMscContent(String.format("用户%s关注了你", followerUser.getNickName()));
messageService.save(message);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment