diff --git a/README.md b/README.md index c11688d..aa6f0a0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Postland -- Posting -- Deleting posts -- Following -- Unfollowing -- Liking -- Unliking +- [ ] Posting +- [ ] Timeline +- [ ] Deleting posts +- [x] Following +- [ ] Unfollowing +- [ ] Being followed +- [ ] Liking +- [ ] Unliking diff --git a/lib/postland_web/controllers/webfinger_json.ex b/lib/postland_web/controllers/webfinger_json.ex index f6e7c6e..f295dfd 100644 --- a/lib/postland_web/controllers/webfinger_json.ex +++ b/lib/postland_web/controllers/webfinger_json.ex @@ -6,7 +6,6 @@ defmodule PostlandWeb.WebfingerJSON do def render("webfinger.json", _assigns) do user = Accounts.solo_user() - # TODO: Check that the host here is correct after deploy %{ subject: "acct:#{user.username}@#{PostlandWeb.Endpoint.host()}", links: [