Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c3d194c
fix: pagination for orgmembers
iamanishx Sep 26, 2025
9f62103
fix: pagination for orgmembers
iamanishx Sep 26, 2025
5c497a2
fix: member access
iamanishx Sep 28, 2025
c2a22ca
fix: graphql sub scription
iamanishx Sep 28, 2025
7052d2d
fix: gql tada
iamanishx Oct 9, 2025
4eb3530
feat: required changes for the read receipts
iamanishx Oct 9, 2025
493190c
fix: graphql sdl file
iamanishx Oct 11, 2025
0bc3aa8
stable fix
iamanishx Oct 11, 2025
3aedd1c
fix: unread chats query
iamanishx Oct 12, 2025
37990d7
fix: unread message
iamanishx Oct 12, 2025
99d3aba
fix: unread message
iamanishx Oct 12, 2025
09510cf
fix: role based access in chat
iamanishx Oct 12, 2025
7fca73f
removeing files
iamanishx Oct 12, 2025
4d90225
fix: code quality
iamanishx Oct 12, 2025
fcd1d39
Merge remote-tracking branch 'upstream/develop' into chat-feature
iamanishx Oct 12, 2025
a605f32
fix: failing tests
iamanishx Oct 12, 2025
28a2a92
fix: failing tests
iamanishx Oct 13, 2025
37e3ba5
fix: failing tests
iamanishx Oct 13, 2025
83e273d
Merge remote-tracking branch 'upstream/develop' into chat-feature
iamanishx Oct 13, 2025
b66bcd2
test: MarkChatAsRead
iamanishx Oct 13, 2025
4c1b033
test: MarkChatAsRead
iamanishx Oct 13, 2025
3bdab5f
test: unReadchat
iamanishx Oct 14, 2025
07a5e42
test: updateChatMember
iamanishx Oct 14, 2025
15ec992
fix: tests
iamanishx Oct 14, 2025
cc7a318
Merge remote-tracking branch 'upstream/develop' into chat-feature
iamanishx Oct 14, 2025
9c3d5aa
fix: tests
iamanishx Oct 14, 2025
96669f3
test: createChatMembership.ts
iamanishx Oct 14, 2025
0d612f0
test: fix
iamanishx Oct 15, 2025
99693ed
test: fix members.ts
iamanishx Oct 15, 2025
0f8a7e5
test: fix graphql.ts
iamanishx Oct 15, 2025
09f491a
fix: isgroup
iamanishx Oct 15, 2025
3b1a44f
fix: conflict
iamanishx Oct 24, 2025
a7fda67
fix
iamanishx Oct 25, 2025
c0ba75e
feat: added subscription field
iamanishx Oct 25, 2025
e7595d4
feat: fix creaTechat.ts
iamanishx Oct 25, 2025
1f40d5a
feat: created separated subscription field
iamanishx Oct 25, 2025
fd70199
Merge remote-tracking branch 'upstream/develop' into wss-fix
iamanishx Oct 25, 2025
f275885
fix: format
iamanishx Oct 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions drizzle_migrations/20251015160719_perpetual_wasp.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "chats" ADD COLUMN "type" text DEFAULT 'group' NOT NULL;--> statement-breakpoint
ALTER TABLE "chats" ADD COLUMN "direct_participants_hash" text;
Loading
Loading