]> cat aescling's git repositories - mastodon.git/commit
Store remote votes URI (#10158)
authorThibG <thib@sitedethib.com>
Mon, 4 Mar 2019 21:51:23 +0000 (22:51 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 4 Mar 2019 21:51:23 +0000 (22:51 +0100)
commit833ffce2df68ae3b673e230fcb273da5d8c4681f
treef06854fd6b50c62897d9c25a9b50c21d93c894dd
parent7a25bb858a2a7f3662d2ad2a8cba9ac7ea141aca
Store remote votes URI (#10158)

* Store remote votes URI

* Add spec for accepting remote votes

* Make poll vote id generation work the same way as follows
app/lib/activitypub/activity/create.rb
app/models/poll_vote.rb
app/serializers/activitypub/vote_serializer.rb
db/migrate/20190304152020_add_uri_to_poll_votes.rb [new file with mode: 0644]
db/schema.rb
spec/lib/activitypub/activity/create_spec.rb