fix: reply message ID not attached to message entity when replying, and update WebSocket interfaces #90

Merged
sauceyred merged 1 commit from fix-replying into main 2025-08-19 09:48:31 +00:00
Owner
No description provided.
fix: reply message ID not attached to message entity when replying, and update WebSocket interfaces
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
afa9163194
requested review from Twig 2025-08-19 09:11:43 +00:00
Twig approved these changes 2025-08-19 09:14:25 +00:00
@ -39,3 +39,3 @@
<script lang="ts" setup>
import type { MessageResponse, ScrollPosition, UserResponse, WSMessage } from '~/types/interfaces';
import type { MessageResponse, ScrollPosition, UserResponse, WSChatMessage, WSMessage } from '~/types/interfaces';
Owner

not WSIChatMessage?

not WSIChatMessage?
Author
Owner

I considered it for a few seconds (well, IWSChatMessage), but figured it'd look too clunky.

I considered it for a few seconds (well, `IWSChatMessage`), but figured it'd look too clunky.
Owner

fair enough lmao

fair enough lmao
Twig marked this conversation as resolved
sauceyred deleted branch fix-replying 2025-08-19 09:48:31 +00:00
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#90
No description provided.