fix: 🐛
This commit is contained in:
@@ -9,7 +9,6 @@ import {
|
||||
extractImagesFromContent,
|
||||
extractMentions,
|
||||
getEventCoordinate,
|
||||
isProtectedEvent,
|
||||
isReplaceable
|
||||
} from './event'
|
||||
|
||||
@@ -26,10 +25,6 @@ export function createReactionDraftEvent(event: Event): TDraftEvent {
|
||||
tags.push(hint ? ['a', getEventCoordinate(event), hint] : ['a', getEventCoordinate(event)])
|
||||
}
|
||||
|
||||
if (isProtectedEvent(event)) {
|
||||
tags.push(['-'])
|
||||
}
|
||||
|
||||
return {
|
||||
kind: kinds.Reaction,
|
||||
content: '+',
|
||||
|
||||
Reference in New Issue
Block a user