Skip to content

fix: auto merge#62

Open
rafaucau wants to merge 3 commits intomasterfrom
fix/auto_merge
Open

fix: auto merge#62
rafaucau wants to merge 3 commits intomasterfrom
fix/auto_merge

Conversation

@rafaucau
Copy link
Copy Markdown
Contributor

@rafaucau rafaucau commented Apr 10, 2026

Fixes #30, fixes #46

Changes proposed in this pull request:
Current implementation is broken in many ways — deleting the new post after Posted event fires causes 404 responses and @deleted mentions and so on... This PR replaces the event listener with a PostReplyHandler decorator via ServiceProvider, editing the previous post before the new one is ever saved. This approach eliminates most extension compatibility issues and makes merged content immediately visible without a page reload.

Screenshot

Before After
2026-04-11.01-10-39.mp4
2026-04-11.01-12-18.mp4

@rafaucau rafaucau requested a review from a team as a code owner April 10, 2026 23:26
@rafaucau rafaucau changed the title Fix/auto merge fix: auto merge Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Auto merge function doesn't work Auto merge double posts throws an error when a post contains a mention

2 participants