fix: 🐛
This commit is contained in:
parent
d322f595fe
commit
acd8348308
2 changed files with 1 additions and 12 deletions
|
|
@ -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: '+',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue