chore: Update TODOs

This commit is contained in:
Ro 2024-10-11 01:19:29 +00:00
parent caf6e0b166
commit 4bb55c08a5
2 changed files with 8 additions and 7 deletions

View file

@ -1,8 +1,10 @@
# Postland # Postland
- Posting - [ ] Posting
- Deleting posts - [ ] Timeline
- Following - [ ] Deleting posts
- Unfollowing - [x] Following
- Liking - [ ] Unfollowing
- Unliking - [ ] Being followed
- [ ] Liking
- [ ] Unliking

View file

@ -6,7 +6,6 @@ defmodule PostlandWeb.WebfingerJSON do
def render("webfinger.json", _assigns) do def render("webfinger.json", _assigns) do
user = Accounts.solo_user() user = Accounts.solo_user()
# TODO: Check that the host here is correct after deploy
%{ %{
subject: "acct:#{user.username}@#{PostlandWeb.Endpoint.host()}", subject: "acct:#{user.username}@#{PostlandWeb.Endpoint.host()}",
links: [ links: [