Compare commits

..

2 commits

Author SHA1 Message Date
6079ef67ce wip: start work on members list placeholders
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-08-05 03:42:44 +02:00
c465753111
feat: update members fetching to handle endpoint pagination update 2025-08-05 03:42:39 +02:00

View file

@ -52,7 +52,7 @@ export interface MessageResponse {
user_uuid: string, user_uuid: string,
message: string, message: string,
reply_to: string | null, reply_to: string | null,
member: GuildMemberResponse, user: UserResponse,
} }
export interface InviteResponse { export interface InviteResponse {