beta release conversation context
This commit is contained in:
@ -40,7 +40,7 @@ const shouldContinue = (notification: Notification) => {
|
||||
const { botAccountId } = envConfig;
|
||||
const statusContent = trimInputData(notification.status.content);
|
||||
if (
|
||||
notification.status.visibility !== "private" &&
|
||||
// notification.status.visibility !== "private" &&
|
||||
!notification.account.bot &&
|
||||
notification.type === "mention"
|
||||
) {
|
||||
|
Reference in New Issue
Block a user