Revert "will now update profile pic based upon spacestate if configured"

This reverts commit a352f3e442.

The profile image is cached too aggressively for this scheme to work
This commit is contained in:
polyfloyd 2023-01-22 13:08:56 +01:00
parent c9820bee96
commit 11c94f47cf
3 changed files with 5 additions and 27 deletions

View file

@ -9,10 +9,6 @@ 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'