From 5ad29130b92b2cdae0e6871592ebecfe03b9330d Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sat, 11 May 2024 18:02:04 -0600 Subject: [PATCH] Change: Add type to mastodon default config so we can track which kind of session we currently detect on authorisation. --- src/mastodon.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mastodon.defaults b/src/mastodon.defaults index a3c71290..8855f131 100644 --- a/src/mastodon.defaults +++ b/src/mastodon.defaults @@ -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)