-
Notifications
You must be signed in to change notification settings - Fork 2
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
Starting and stopping the notifications slash commands are not working #5
Comments
@AayushChaudhary0001 can you share details about your MM setup and steps to reproduce the issue because it was working in my testing. Just want to confirm that it's not some configuration issue before diving into debugging. |
@AayushChaudhary0001 can you provide more information per above? |
@darkLord19 I am using an enterprise edition of Mattermost (version:- 7.1.0). Also, for plugin, I have created the build from master branch. I have already configured the client ID and client secret, as I am able to connect the account. Steps to reproduce:-
What I did is share a document which was created in my drive to a user and add comments through that user's account. The notifications were already enabled still I didn't get any notification on MM instance. I am also adding a supporting screenshot below. I am also attaching the logs which I have received. {"timestamp":"2024-07-31 10:30:48.954 Z","level":"error","msg":"failed to get comment","caller":"app/plugin_api.go:940","plugin_id":"com.darklord.plugin-google-drive","err":"googleapi: Error 404: File not found: fouj3t1ijfncbcfrngs51srn4c., notFound","commentID":"AAABS4wJvKo"} |
@AayushChaudhary0001 did you comment using your own account? Comments made using the same account which is connected to mattermost won't trigger notifications. |
You will need two accounts for this.
|
@darkLord19 No, the account which I used for commenting is another user's account. |
@AayushChaudhary0001 please use this branch #12 and see if everything is working correctly. Please see attached videos i have done clean setup on my device and it's working fine |
@darkLord19 Tested PR #12 works fine for the login is a user comments, but there is an issue in the UI with the Indigo theme of Mattermost, can you please look into it? I am attaching a screenshot as well for the same Also, in other plugins blue coloured button is used in these type of attachments, if you can try to make it consistent in any way |
@AayushChaudhary0001 can you close this issue and create a new one for theming issue? |
As a user, the notifications for commenting and sharing any file type in the drive are not working.
Steps to reproduce:-
The user did not receive the notification for the file type shared and comment added.
And since, the start notification functionality is not working we cannot assure that the stop functionality would be working properly or not.
The text was updated successfully, but these errors were encountered: