react without spinner
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Martti Malmi 2023-12-18 13:17:06 +02:00
parent 8aeda3f7a1
commit e2e3c9e638
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export default function NoteFooter(props: NoteFooterProps) {
if (!hasReacted(content) && publisher) {
const evLike = await publisher.react(ev, content);
system.BroadcastEvent(evLike);
await interactionCache.react();
interactionCache.react();
}
}