Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Fix pagination and bot messages#48

Open
mjgp2 wants to merge 1 commit into
Symantec:masterfrom
mjgp2:master
Open

Fix pagination and bot messages#48
mjgp2 wants to merge 1 commit into
Symantec:masterfrom
mjgp2:master

Conversation

@mjgp2

@mjgp2 mjgp2 commented Jul 21, 2020

Copy link
Copy Markdown

No description provided.

Comment thread config.py
'too_old_datetime': (datetime.now() - timedelta(days=days_inactive)),
'whitelist_keywords': os.environ.get('WHITELIST_KEYWORDS', ''),
'skip_subtypes': {'channel_leave', 'channel_join'},
'skip_subtypes': {'channel_leave', 'channel_join', 'bot_message'},

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be configurable?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant