[ADD] Explicitely write protocols into the YAML

This commit is contained in:
LDA 2024-06-19 15:20:56 +02:00
commit fe137e0a2a

View file

@ -98,6 +98,7 @@ ParseeExportConfigYAML(Stream *stream)
StreamPrintf(stream, "as_token: \"%s\"\n", config->as_token);
StreamPrintf(stream, "hs_token: \"%s\"\n", config->hs_token);
StreamPrintf(stream, "sender_localpart: \"%s\"\n", config->sender_localpart);
StreamPrintf(stream, "protocols: [\"xmpp\", \"jabber\"]\n");
StreamPrintf(stream, "\n");
StreamPrintf(stream, "namespaces: \n");
StreamPrintf(stream, " users:\n");