You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: