mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-07-24 13:36:28 +00:00
fix:【站内信】
This commit is contained in:
@@ -73,7 +73,7 @@ public class MessageService {
|
|||||||
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
MessageDto messageDto = toDto(message)
|
MessageDto messageDto = toDto(message);
|
||||||
|
|
||||||
long unreadCount = getUnreadMessageCount(recipientId);
|
long unreadCount = getUnreadMessageCount(recipientId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user