Implement Replies #29

Merged
sauceyred merged 21 commits from replies into main 2025-07-11 01:39:45 +00:00
Showing only changes of commit 84b7c01251 - Show all commits

View file

@ -44,7 +44,8 @@ export interface MessageResponse {
channel_uuid: string, channel_uuid: string,
user_uuid: string, user_uuid: string,
message: string, message: string,
user: UserResponse reply_to: string | null,
user: UserResponse,
} }
export interface InviteResponse { export interface InviteResponse {