Added Hashtag entity and objects-hashtags association with auto-sync with `data.tag...
authorIvan Tashkinov <ivantashkinov@gmail.com>
Tue, 22 Dec 2020 19:04:33 +0000 (22:04 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Tue, 22 Dec 2020 19:04:33 +0000 (22:04 +0300)
commite369b1306b2f8b9732c21333b9957f7e4e408f90
tree78b7a949f3af1ca1313bb58404646b11f7043473
parentee221277b05d2f682c340c1e1b81fbce4931735a
Added Hashtag entity and objects-hashtags association with auto-sync with `data.tag` on Object update.
lib/pleroma/hashtag.ex [new file with mode: 0644]
lib/pleroma/object.ex
priv/repo/migrations/20201221202251_create_hashtags.exs [new file with mode: 0644]
priv/repo/migrations/20201221203824_create_hashtags_objects.exs [new file with mode: 0644]
test/pleroma/object_test.exs
test/pleroma/web/activity_pub/activity_pub_test.exs