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
Listening party pinned messages are cleaned up manually right now. We could instead schedule them to be cleaned up every N hours.
Netlify announced a background jobs lambda thingy we could use for this, or we could write it into the discord bot to run a check on cron.
The listening party messages should be distinguishable from other pinned messages based on their Kind, so we should be able to do a check like "if listening party was created more than 3h ago, remove it from pins"
The text was updated successfully, but these errors were encountered:
Listening party pinned messages are cleaned up manually right now. We could instead schedule them to be cleaned up every N hours.
Netlify announced a background jobs lambda thingy we could use for this, or we could write it into the discord bot to run a check on cron.
The listening party messages should be distinguishable from other pinned messages based on their Kind, so we should be able to do a check like "if listening party was created more than 3h ago, remove it from pins"
The text was updated successfully, but these errors were encountered: