Remove outdated todo in FriendNoticeProcessor

This commit is contained in:
Him188 2021-08-13 16:26:47 +08:00
parent 39773cd763
commit d15767fa9b

View File

@ -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
}