content warnings should not require exact topic match #1
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hugh/mastodon-clippy#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hashtags and content are simple
String.prototype.includes()
calls whereas for content warnings an exact match is required. Change this: https://github.com/hughrun/mastodon-clippy/blob/main/index.js#L146 and also make all 3 matches a single line.fixed in
23735ce