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
{{ message }}
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
Should there be an configurable timeout for edits?
Say if someone edits a week old message randomly, it may no longer have any relevance, but is bumped into the buffer
Might be a bit confusing, but if the option was a boolean or a number representation of minutes
if (configuration.timeout && x <= messageAge) {
//resend message
}
If false, or 0, the message won't be resent true will send it no matter what, or it's number value will have to lower than the age
The text was updated successfully, but these errors were encountered: