- Clone of github.com/fluxerapp/fluxer (official upstream) - SELF_HOSTING.md: full VM rebuild procedure, architecture overview, service reference, step-by-step setup, troubleshooting, seattle reference - dev/.env.example: all env vars with secrets redacted and generation instructions - dev/livekit.yaml: LiveKit config template with placeholder keys - fluxer-seattle/: existing seattle deployment setup scripts
12 lines
389 B
JSON
12 lines
389 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"name": "FAVORITE_MEME_CREATE",
|
|
"description": "A favourite meme was added to the user's collection.",
|
|
"scope": "presence",
|
|
"dispatchedBy": ["POST /users/@me/memes", "POST /channels/:channel_id/messages/:message_id/memes"],
|
|
"payload": {
|
|
"$ref": "FavoriteMemeResponse",
|
|
"description": "The created favourite meme"
|
|
}
|
|
}
|