flodgatt/src/parse_client_request
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
..
user Fix valid language (#93) 2020-03-18 20:37:10 -04:00
mod.rs Add tests for websocket routes (#38) 2019-09-09 13:06:24 -04:00
query.rs Redis config (#56) 2019-10-02 00:03:18 -04:00
sse.rs Fix valid language (#93) 2020-03-18 20:37:10 -04:00
ws.rs Fix valid language (#93) 2020-03-18 20:37:10 -04:00