-
- Downloads
Merge branch 'conversations_three' into 'develop'
Conversations once more. See merge request pleroma/pleroma!1119
No related branches found
No related tags found
Showing
- lib/pleroma/conversation.ex 75 additions, 0 deletionslib/pleroma/conversation.ex
- lib/pleroma/conversation/participation.ex 81 additions, 0 deletionslib/pleroma/conversation/participation.ex
- lib/pleroma/web/activity_pub/activity_pub.ex 53 additions, 22 deletionslib/pleroma/web/activity_pub/activity_pub.ex
- lib/pleroma/web/mastodon_api/mastodon_api_controller.ex 28 additions, 1 deletionlib/pleroma/web/mastodon_api/mastodon_api_controller.ex
- lib/pleroma/web/mastodon_api/views/conversation_view.ex 38 additions, 0 deletionslib/pleroma/web/mastodon_api/views/conversation_view.ex
- lib/pleroma/web/router.ex 3 additions, 0 deletionslib/pleroma/web/router.ex
- lib/pleroma/web/streamer.ex 29 additions, 0 deletionslib/pleroma/web/streamer.ex
- mix.exs 1 addition, 1 deletionmix.exs
- mix.lock 1 addition, 1 deletionmix.lock
- priv/repo/migrations/20190408123347_create_conversations.exs 26 additions, 0 deletionspriv/repo/migrations/20190408123347_create_conversations.exs
- priv/repo/migrations/20190410152859_add_participation_updated_at_index.exs 7 additions, 0 deletions...ons/20190410152859_add_participation_updated_at_index.exs
- test/conversation/participation_test.exs 89 additions, 0 deletionstest/conversation/participation_test.exs
- test/conversation_test.exs 137 additions, 0 deletionstest/conversation_test.exs
- test/support/factory.ex 17 additions, 0 deletionstest/support/factory.ex
- test/web/activity_pub/activity_pub_test.exs 66 additions, 9 deletionstest/web/activity_pub/activity_pub_test.exs
- test/web/mastodon_api/mastodon_api_controller_test.exs 59 additions, 0 deletionstest/web/mastodon_api/mastodon_api_controller_test.exs
Loading
Please register or sign in to comment