Skip to content
Snippets Groups Projects
Commit a7cc3983 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add support for unlisted twitter accounts

parent c68feaf5
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@ services:
- Instance:Name={{ birdsite.name }}
- Instance:ResolveMentionsInProfiles=true
- Instance:PublishReplies=true
{% if birdsite.unlisted is defined %}
- Instance:UnlistedTwitterAccounts={{ birdsite.unlisted|join(';') }}
{% endif %}
# - Instance:UnlistedTwitterAccounts=cocacola;twitter
# - Instance:SensitiveTwitterAccounts=archillect
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment