]> cat aescling's git repositories - mastodon.git/commit
Add abilityto add oneself to lists (#12271)
authorThibG <thib@sitedethib.com>
Mon, 4 Nov 2019 12:02:01 +0000 (13:02 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 4 Nov 2019 12:02:01 +0000 (13:02 +0100)
commit65e13cfacf0d1a862fbc4da44ad84b1522b01b34
tree916e5fc1d96c29e34cce6d0f3297e75fc6d33d7f
parent1a12943924c8b49180c6daf44459130a219cdf5c
Add abilityto add oneself to lists (#12271)

* Add ability to add oneself to lists

* Change search results to include oneself when searching through followers

* Mark follow relation as optional in ListAccount
app/models/account.rb
app/models/list_account.rb
app/services/account_search_service.rb
db/migrate/20191031163205_change_list_account_follow_nullable.rb [new file with mode: 0644]
db/schema.rb