This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
An existing post was unreacted.
function onPostUnreacted(handler: function): void;
handler(event: PostUnreactedEnvelope): void | Promise<void>
import { posts } from "@wix/forum";
posts.onPostUnreacted((event) => {
// handle your event here
});