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

Bug: More than one status_message message registered in the database per user #85

Closed
1 task done
obervinov opened this issue Jul 27, 2024 · 0 comments · Fixed by #90
Closed
1 task done

Bug: More than one status_message message registered in the database per user #85

obervinov opened this issue Jul 27, 2024 · 0 comments · Fixed by #90
Assignees
Labels
bug Something isn't working
Milestone

Comments

@obervinov
Copy link
Owner

obervinov commented Jul 27, 2024

Describe the bug
More than one status_message message registered in the database per user.

Additional context
Only one message of type stststus_message per user can be stored at any one time.

Possible correction
You need a validator before writing such a message to the database, if the message already exists - you need to update its parameters and not add a separate record to the database.

Screenshots
None

Check list after fixing the bug

  • Messages are no longer duplicated in the database
@obervinov obervinov added the bug Something isn't working label Jul 27, 2024
@obervinov obervinov added this to the v2.1.9 milestone Jul 27, 2024
@obervinov obervinov self-assigned this Jul 27, 2024
@obervinov obervinov modified the milestones: v2.1.9, v2.2.0 Aug 15, 2024
obervinov added a commit that referenced this issue Aug 20, 2024
… bug fixes (#90)

## v2.2.0 - 2024-08-20
### What's Changed
**Full Changelog**: v2.1.8...v2.2.0 by @obervinov in #90
#### 🐛 Bug Fixes
* #86
* #85
* #84
* #83
* #82
* #65
#### 🚀 Features
* bump workflow version to `1.2.8`
* #81
* #53
* #66
* Add GH Actions Job for cleanup untagged images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
1 participant