Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class based restapi migration for chat components #862

Closed
wants to merge 25 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3af1ca5
feat: changed all the old apis in chat to class component ones
KlausMikhaelson Nov 16, 2023
5db0221
fix: reverted type change
KlausMikhaelson Nov 16, 2023
1d49e23
fix: removed unnecessary code
KlausMikhaelson Nov 16, 2023
153336a
fix: fixed type error in fetch chat
KlausMikhaelson Nov 16, 2023
a4ab6cf
fix: fixed pagination
KlausMikhaelson Nov 18, 2023
de2bc6e
fix: added correct types and changed alias to pushUser
KlausMikhaelson Nov 18, 2023
393ffe9
fix: fixed message not loading if signer is passed and changed api of…
KlausMikhaelson Nov 18, 2023
15bce8e
fix: updated creategroup and update group api and added initializep…
KlausMikhaelson Nov 18, 2023
729f2b9
fix: updated get profile hook with a new one for chat
KlausMikhaelson Nov 20, 2023
ad73b15
fix: fixed add members with a new hook
KlausMikhaelson Nov 21, 2023
e3c1606
fix: made changes as per comments on pr
KlausMikhaelson Nov 21, 2023
d91bbac
fix: moved initialize user to chatdataprovider
KlausMikhaelson Nov 21, 2023
e8fa9cb
fix: removed unused code and connected profile
KlausMikhaelson Nov 22, 2023
a4e9870
fix: fixed content issue when adding new member and replaced to or fr…
KlausMikhaelson Nov 22, 2023
6397df9
fix: fixed
mishramonalisha76 Nov 23, 2023
2b91a52
fix: merging with main
mishramonalisha76 Nov 27, 2023
4738e1a
fix: fixed guest mode
mishramonalisha76 Nov 27, 2023
c035385
fix: chat profile migration
mishramonalisha76 Nov 29, 2023
d7f5ec0
fix: user initialisation code
mishramonalisha76 Nov 29, 2023
64ca399
fix: fixed
mishramonalisha76 Nov 30, 2023
39ce166
fix: fixed
mishramonalisha76 Nov 30, 2023
bdcdfc3
fix: fetched members of a group
mishramonalisha76 Nov 30, 2023
da7f545
fix: fixed
mishramonalisha76 Dec 1, 2023
bea7799
fix: fixing chat profile
mishramonalisha76 Dec 20, 2023
e6a7991
fix: migrated chat profile to new restapi
mishramonalisha76 Dec 22, 2023
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
Prev Previous commit
Next Next commit
fix: reverted type change
KlausMikhaelson committed Nov 16, 2023
commit 5db0221ee9ba05c4c54ebf2d5d8838e70a701e3d
2 changes: 1 addition & 1 deletion packages/uiweb/src/lib/hooks/useGetChatProfile.ts
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ const useGetChatProfile = () => {
profileId,
signer,
env
}: GetProfileParams): Promise<PushAPI | undefined> => {
}: GetProfileParams): Promise<any> => {
try {
console.log('signerrr', signer);
console.log("env", env)