docs: add mastodon_screen_name

This commit is contained in:
VC
2022-11-21 10:31:38 +01:00
parent 522d4e3ea5
commit a9942fad5c

View File

@@ -47,7 +47,8 @@ This will give you the end of the TOML file. It will look like this:
```toml ```toml
[mastodon.nintendojofr] ## account [mastodon.nintendojofr] ## account
twitter_screen_name="NintendojoFR" ## User Timeline to copy twitter_screen_name = "NintendojoFR" ## User Timeline to copy
mastodon_screen_name = "nintendojofr" ## optional, Mastodon account name used for smart mentions
base = "https://m.nintendojo.fr" base = "https://m.nintendojo.fr"
client_id = "MYCLIENTID" client_id = "MYCLIENTID"
client_secret = "MYCLIENTSECRET" client_secret = "MYCLIENTSECRET"