We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to show "Chat UI" with "chats + profile picture + last message" it'd be good to have a dedicated endpoint that would return all info at once:
We should also add pagination there so it doesn't return all chats by default.
May be with expand parameters so we can control the behaviour:
expand
expand=profilePicture
expand=profilePicture&lastMessage
The main focus is NOWEB, but we need to check how it's solve in WEBJS as well
NOWEB
WEBJS
May be we even could provide a simple UI for that in Dashboard or as a separate project so it'll be easy to start implementing such UI 🤔
The text was updated successfully, but these errors were encountered:
Related issues:
Sorry, something went wrong.
+1
No branches or pull requests
In order to show "Chat UI" with "chats + profile picture + last message" it'd be good to have a dedicated endpoint that would return all info at once:
We should also add pagination there so it doesn't return all chats by default.
May be with
expand
parameters so we can control the behaviour:expand=profilePicture
expand=profilePicture&lastMessage
The main focus is
NOWEB
, but we need to check how it's solve inWEBJS
as wellMay be we even could provide a simple UI for that in Dashboard or as a separate project so it'll be easy to start implementing such UI 🤔
The text was updated successfully, but these errors were encountered: