will now update profile pic based upon spacestate if configured

This commit is contained in:
Hillebrand van de Groep 2022-12-21 20:29:35 +01:00
parent 17b88d752f
commit a352f3e442
3 changed files with 27 additions and 5 deletions

View file

@ -9,6 +9,10 @@ spacestate_profile_key = 'Spacestate'
open_profile_field = 'Open! @ {}'
closed_profile_field = 'Closed @ {}'
update_profilepic_on_spacestate_change = True
spacestate_open_profilepic = './open.png'
spacestate_closed_profilepic = './closed.png'
profile_fields = [('Website', 'https://bitlair.nl/')]
access_token = 'aaaaAAAAaaaa1234'
homeserver = 'https://hsnl.social'