flodgatt/src/parse_client_request/user
Daniel Sockwell 8843f18f5f
Fix valid language (#93)
* Fix panic on delete events

Previously, the code attempted to check the toot's language regardless
of event types.  That caused a panic for `delete` events, which lack a
language.

* WIP implementation of Message refactor

* Major refactor

* Refactor scope managment to use enum

* Use Timeline type instead of String

* Clean up Receiver's use of Timeline

* Make debug output more readable

* Block statuses from blocking users

This commit fixes an issue where a status from A would be displayed on
B's public timelines even when A had B blocked (i.e., it would treat B
as though they were muted rather than blocked for the purpose of
public timelines).

* Fix bug with incorrect parsing of incomming timeline

* Disable outdated tests

* Bump version
2020-03-18 20:37:10 -04:00
..
mock_postgres.rs Fix valid language (#93) 2020-03-18 20:37:10 -04:00
mod.rs Fix valid language (#93) 2020-03-18 20:37:10 -04:00
postgres.rs Fix valid language (#93) 2020-03-18 20:37:10 -04:00
stdin Fix valid language (#93) 2020-03-18 20:37:10 -04:00