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
feat(db): persist welcome message map for ban-by-reply across restarts
Store welcome-message-to-user mappings in a new welcome_messages table
so that /ban reply works even after a bot restart. The in-memory cache
is still used as a fast path; the database is a fallback. Cleanup
happens both in memory and in the DB when welcome messages are
auto-deleted.
0 commit comments