This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/src/constants.ts

16 lines
367 B
TypeScript
Raw Normal View History

/**
* Enumeration of the supported fediverse projects.
*
* The values of this enum are used as the keys for the fediverse.observer API,
* as the icon names, etc.
*/
export enum FediverseProject {
2023-03-19 12:30:00 -05:00
Akkoma = "akkoma",
Friendica = "friendica",
GNUSocial = "gnusocial",
Hubzilla = "hubzilla",
Mastodon = "mastodon",
Misskey = "misskey",
Pleroma = "pleroma",
}