will now update profile pic based upon spacestate if configured
This commit is contained in:
parent
17b88d752f
commit
a352f3e442
3 changed files with 27 additions and 5 deletions
|
@ -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'
|
Loading…
Add table
Add a link
Reference in a new issue