Update WebSocket for message sending to match backend/pulls/47 #73

Open
sauceyred wants to merge 3 commits from websocket-rewrite into main
Owner
No description provided.
sauceyred added the
Kind/Enhancement
Priority
High
labels 2025-08-07 20:29:22 +00:00
sauceyred self-assigned this 2025-08-07 20:29:22 +00:00
sauceyred added 3 commits 2025-08-07 20:29:23 +00:00
feat: update WebSocket to handle new message format
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
6586890b6c
requested review from twig 2025-08-07 20:29:28 +00:00
twig approved these changes 2025-08-08 00:13:31 +00:00
twig left a comment
Owner

i mean this isn't done as it's missing some interfaces, but we might want to merge it in it's current state due to it's importance

i mean this isn't done as it's missing some interfaces, but we might want to merge it in it's current state due to it's importance
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin websocket-rewrite:websocket-rewrite
git checkout websocket-rewrite

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff websocket-rewrite
git checkout websocket-rewrite
git rebase main
git checkout main
git merge --ff-only websocket-rewrite
git checkout websocket-rewrite
git rebase main
git checkout main
git merge --no-ff websocket-rewrite
git checkout main
git merge --squash websocket-rewrite
git checkout main
git merge --ff-only websocket-rewrite
git checkout main
git merge websocket-rewrite
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: gorb/frontend#73
No description provided.