mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 13:46:07 -04:00
Change: Add type to mastodon default config so we can track which kind of session we currently detect on authorisation.
This commit is contained in:
@@ -3,6 +3,7 @@ access_token = string(default="")
|
||||
instance = string(default="")
|
||||
user_name = string(default="")
|
||||
ignored_clients = list(default=list())
|
||||
type = string(default="mastodon")
|
||||
|
||||
[general]
|
||||
relative_times = boolean(default=True)
|
||||
|
Reference in New Issue
Block a user