-
Notifications
You must be signed in to change notification settings - Fork 19
feat: Default replies for new app users #56
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
base: main
Are you sure you want to change the base?
feat: Default replies for new app users #56
Conversation
- ensures that both admin and users gets it - tried to make it most optimised(not sure)
Hey @VipinDevelops , |
QuickRepliesApp.ts
Outdated
/** | ||
* Get the association records for tracking user initialization status | ||
*/ | ||
private getInitAssociations(userId: string): RocketChatAssociationRecord[] { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this methods ?
* Initialize default quick replies for a user who hasn't used the app before | ||
*/ | ||
public async initializeDefaultRepliesForUser( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To much login in the root of the app can we define thing outside and use here ?
I’ve pushed the requested changes. Let me know if anything else is needed... DEMO VIDEO: (Whenever a user installs the app, user will have default replies in the list. Screencast.from.2025-04-23.20-03-38.webm |
Issue(s)
closes #26
Acceptance Criteria fulfillment
Further comments
Not sure if it is the most optimal and correct solution to the requested changes in PR #38. Please confirm it.