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 moved to a different category.
function onPostMoved(handler: function): void;
handler(event: PostMovedEnvelope): void | Promise<void>
import { posts } from "@wix/forum";
posts.onPostMoved((event) => {
// handle your event here
});