Skip to content

Commit

Permalink
Allow accounts to be discoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Dec 27, 2024
1 parent b7f6e9b commit a603e8f
Show file tree
Hide file tree
Showing 10 changed files with 2,862 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ To be released.
in CSV format: follows, lists, accounts you muted, accounts you blocked,
and bookmarks.

- You can now make your profile [`discoverable`].

- The profile page now shows a user's cover image if they have one.

- Fixed a bug where a server error occurred when an invalid UUID was input via
Expand All @@ -32,6 +34,7 @@ To be released.

- For the sake of concision, now log sink for Sentry is removed.

[discoverable]: https://docs.joinmastodon.org/spec/activitypub/#discoverable
[#65]: https://github.com/dahlia/hollo/issues/65


Expand Down
1 change: 1 addition & 0 deletions drizzle/0060_account_owners.discoverable.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "account_owners" ADD COLUMN "discoverable" boolean DEFAULT false NOT NULL;
Loading

0 comments on commit a603e8f

Please sign in to comment.