diff --git a/src/plugins/replyPingControl/index.ts b/src/plugins/replyPingControl/index.ts index 92bbb5d74..f1abbd7dc 100644 --- a/src/plugins/replyPingControl/index.ts +++ b/src/plugins/replyPingControl/index.ts @@ -33,7 +33,7 @@ export default definePlugin({ } ], - modifyMentions(message) { + modifyMentions(message: MessageJSON) { const isReplyToCurrentUser = this.isReplyToCurrentUser(message); if (settings.store.alwaysPingOnReply && isReplyToCurrentUser) {