content warnings should not require exact topic match #1

Closed
opened 2021-05-19 09:22:19 +10:00 by hughrun · 1 comment
hughrun commented 2021-05-19 09:22:19 +10:00 (Migrated from github.com)

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.

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.
hughrun commented 2021-05-23 15:45:56 +10:00 (Migrated from github.com)

fixed in 23735ce

fixed in 23735ce
Sign in to join this conversation.
No description provided.