feat: post to mastodon

This commit is contained in:
2025-12-23 16:14:52 -08:00
parent 6d89b2772b
commit 9edf95078d
6 changed files with 129 additions and 3 deletions
@@ -16,6 +16,7 @@ export interface AnnouncementResponse {
};
facebook: string;
linkedin: string;
mastodon: Array<string>;
reddit: {
content: string;
title: string;