Commit Graph

4 Commits (0dd1c772a867d21afc542aa807909cd4017e4816)

Author SHA1 Message Date
Matt Jankowski c42591356d
Fix `RSpec/DescribedClass` cop ()
Matt Jankowski c97b611b6b
Fix RSpec/InferredSpecType cop ()
Nick Schonning 84cc805cae
Enable Style/FrozenStringLiteralComment for specs ()
Eugen Rochko 774ac47373
Add conversations API ()
* Add conversations API

* Add web UI for conversations

* Add test for conversations API

* Add tests for ConversationAccount

* Improve web UI

* Rename ConversationAccount to AccountConversation

* Remove conversations on block and mute

* Change last_status_id to be a denormalization of status_ids

* Add optimistic locking