mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 23:50:08 +08:00
Remove outdated todo in FriendNoticeProcessor
This commit is contained in:
parent
39773cd763
commit
d15767fa9b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user