remove broadcast-related code, except migrations

This commit is contained in:
stvnrlly
2022-10-26 16:41:35 -04:00
93 changed files with 602 additions and 7058 deletions

View File

@@ -45,6 +45,6 @@ Each adapter should be documented in each client ([example](https://github.com/a
This is done as part of registering the blueprint in `app/__init__.py` e.g.
```
post_broadcast.before_request(requires_auth)
application.register_blueprint(post_broadcast)
post_letter.before_request(requires_auth)
application.register_blueprint(post_letter)
```