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
This problem is related to PR #259.
Spamming the savePost button in the Threads ActionTabBar results in multiple saved posts being created for that post on the server.
I am currently in contact with Paul to discuss on how to best resolve this issue.
For the meantime, I introduced a quick fix in ConversationViewModel and SavedPostsViewModel
ConversationViewModel
SavedPostsViewModel
The text was updated successfully, but these errors were encountered:
Feature
This is the corresponding Issue on the Artemis repo: ls1intum/Artemis#10226
Sorry, something went wrong.
FelberMartin
No branches or pull requests
Problem description
This problem is related to PR #259.
Spamming the savePost button in the Threads ActionTabBar results in multiple saved posts being created for that post on the server.
Status
I am currently in contact with Paul to discuss on how to best resolve this issue.
For the meantime, I introduced a quick fix in
ConversationViewModel
andSavedPostsViewModel
The text was updated successfully, but these errors were encountered: