Conversations: Add recipient list to conversation participation.
authorlain <lain@soykaf.club>
Fri, 2 Aug 2019 09:55:41 +0000 (11:55 +0200)
committerlain <lain@soykaf.club>
Fri, 2 Aug 2019 09:55:41 +0000 (11:55 +0200)
commitf88560accd801ac88c60344cef93ef00cf136069
treed74e2ef97428b9f64a66fb253b3c7baffab480f1
parentfd4b7239cd6f44a25c9aa4195750e94e0612a3b1
Conversations: Add recipient list to conversation participation.

This enables to address the same group of people every time.
lib/pleroma/conversation.ex
lib/pleroma/conversation/participation.ex
lib/pleroma/conversation/participation_recipient_ship.ex [new file with mode: 0644]
lib/pleroma/user.ex
priv/repo/migrations/20190205114625_create_thread_mutes.exs
priv/repo/migrations/20190801154554_create_conversation_participation_recipient_ships.exs [new file with mode: 0644]
test/conversation/participation_test.exs