summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/notification_view_test.exs
AgeCommit message (Expand)Author
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in testsEgor Kislitsyn
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-03-15Add `is_seen` to MastoAPI notifications, extract rendering logic into separat...eugenijm