flodgatt/src/redis_to_client_stream
Daniel Sockwell 8797a47efd
Stop filtering out toots with language set to `""` (#100)
Previously, if a toot's language was `null`, then it would be
permitted regardless of the user's language filter; however, if it
were `""` (the empty string) it was rejected.  Now, the empty string
is treated like `null` and the toot is allowed.
2020-03-20 15:43:50 -04:00
..
receiver Add additional info logging (#98) 2020-03-19 20:54:23 -04:00
redis Fix valid language (#93) 2020-03-18 20:37:10 -04:00
client_agent.rs Add additional info logging (#98) 2020-03-19 20:54:23 -04:00
message.rs Stop filtering out toots with language set to `""` (#100) 2020-03-20 15:43:50 -04:00
mod.rs Add additional info logging (#98) 2020-03-19 20:54:23 -04:00