From 6228cd260016af324fa28a07ab6e5ebe678639bb Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 11 Nov 2022 14:58:58 -0500 Subject: [PATCH] Updated Notify_mastodon (markdown) --- Notify_mastodon.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Notify_mastodon.md b/Notify_mastodon.md index 72e42b1..7cc7ac1 100644 --- a/Notify_mastodon.md +++ b/Notify_mastodon.md @@ -102,7 +102,7 @@ apprise -vv -t "Test Message Title" -b "Test Message Body" \ "mastodons://T1JJ3T3L2@noc.social" ``` -Send a Mastodon DM to @testaccount: +Send a Mastodon DM to `@testaccount`: ```bash # Assuming our {AccessKey} is T1JJ3T3L2 # Assuming our {Host} is noc.social @@ -110,3 +110,12 @@ Send a Mastodon DM to @testaccount: apprise -vv -t "Test Message Title" -b "Test Message Body" \ "mastodons://T1JJ3T3L2@noc.social/@testaccount?visibility=direct" ``` + +Send a Mastodon DM to ourselves using the built in smart-detection: +```bash +# Assuming our {AccessKey} is T1JJ3T3L2 +# Assuming our {Host} is noc.social +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + "mastodons://T1JJ3T3L2@noc.social/?visibility=direct" +``` +