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:
Manuel Cortez 2024-05-11 18:02:04 -06:00
parent a322507f8b
commit 5ad29130b9

View File

@ -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)