flodgatt/src
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
..
config Unix sockets WIP (#77) 2020-01-08 09:51:25 -05:00
parse_client_request Fix valid language (#93) 2020-03-18 20:37:10 -04:00
redis_to_client_stream Fix valid language (#93) 2020-03-18 20:37:10 -04:00
err.rs Fix valid language (#93) 2020-03-18 20:37:10 -04:00
lib.rs Redis config (#56) 2019-10-02 00:03:18 -04:00
main.rs Fix valid language (#93) 2020-03-18 20:37:10 -04:00
rustfmt.toml Config refactor (#57) 2019-10-03 00:34:41 -04:00