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
Currently, when a user calls \remind team [...] or remind me [...], the relevant at-mentions are constructed and saved as part of the reminder's message.
The becomes a problem if the user chooses to update their message: the at-mention is not automatically preserved; the new message input will overwrite it.
We should save the username as a separate field on the job, and reconstruct the at-mention when a message is formatted for display and/or triggered.
The text was updated successfully, but these errors were encountered:
Currently, when a user calls
\remind team [...]
orremind me [...]
, the relevant at-mentions are constructed and saved as part of the reminder's message.The becomes a problem if the user chooses to update their message: the at-mention is not automatically preserved; the new message input will overwrite it.
We should save the username as a separate field on the job, and reconstruct the at-mention when a message is formatted for display and/or triggered.
The text was updated successfully, but these errors were encountered: