We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b064060 commit 7aa8550Copy full SHA for 7aa8550
packages/api/src/activities/utils/remove-mentions-text.ts
@@ -9,6 +9,7 @@ type TextActivity = MessageSendActivity | MessageUpdateActivity | TypingActivity
9
export interface RemoveMentionsTextOptions {
10
/**
11
* the account to remove mentions for
12
+ * by default, all at-mentions listed in `entities` are removed.
13
*/
14
accountId?: string;
15
0 commit comments