We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24bc06 commit 79b5e67Copy full SHA for 79b5e67
1 file changed
src/modules/mx-space/event-handler.ts
@@ -165,6 +165,7 @@ export const handleEvent =
165
return walk(parent)
166
})()
167
if (parentIsWhispers) {
168
+ logger.warn('[comment]: parent comment is whispers, ignore')
169
return
170
}
171
@@ -188,6 +189,7 @@ export const handleEvent =
188
189
190
191
if (!refModel) {
192
+ logger.error(`[comment]: ref model not found, refId: ${refId}`)
193
194
195
const isMaster = author === owner.name || author === owner.username
0 commit comments