mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06: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:
parent
a322507f8b
commit
5ad29130b9
@ -3,6 +3,7 @@ access_token = string(default="")
|
|||||||
instance = string(default="")
|
instance = string(default="")
|
||||||
user_name = string(default="")
|
user_name = string(default="")
|
||||||
ignored_clients = list(default=list())
|
ignored_clients = list(default=list())
|
||||||
|
type = string(default="mastodon")
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
relative_times = boolean(default=True)
|
relative_times = boolean(default=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user