Make it possible to filter social media fields per source
authorMagnus Hagander <magnus@hagander.net>
Thu, 16 May 2024 21:01:06 +0000 (23:01 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 16 May 2024 21:01:06 +0000 (23:01 +0200)
commit763d2a0867c12da57589711ba8407caf5193abb7
treeb5dbf5d1aaab5b0b63d24c78e4281a2e898cb576
parent060f1f044d0cafefe3125531f260abaa69d9a92e
Make it possible to filter social media fields per source

This allows a media provider to for exapmle say that it can only
register sponsor accounts, not speaker accounts. All existing
implementations support all kinds of registrations, but it's
infrastructure for the future.
postgresqleu/confreg/forms.py
postgresqleu/confreg/twitter.py
postgresqleu/confsponsor/backendforms.py
postgresqleu/confsponsor/forms.py
postgresqleu/confsponsor/views.py
postgresqleu/util/messaging/mastodon.py
postgresqleu/util/messaging/telegram.py
postgresqleu/util/messaging/twitter.py