فهرست منبع

Remove outdated todo in `FriendNoticeProcessor`

Him188 4 سال پیش
والد
کامیت
d15767fa9b
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      mirai-core/src/commonMain/kotlin/network/notice/FriendNoticeProcessor.kt

+ 0 - 1
mirai-core/src/commonMain/kotlin/network/notice/FriendNoticeProcessor.kt

@@ -153,7 +153,6 @@ internal class FriendNoticeProcessor(
         for (new in body.msgFrdRmk) {
             val friend = bot.getFriend(new.fuin)?.impl() ?: continue
 
-            // TODO: 2020/4/10 ADD REMARK QUERY
             collect(FriendRemarkChangeEvent(friend, friend.remark, new.rmkName))
             friend.info.remark = new.rmkName
         }