technicat / fedicat

moved to codeberg
https://codeberg.org/technicat/fedicat
MIT License
11 stars 1 forks source link

mitra - add pleroma properties to post #1019

Open technicat opened 4 months ago

technicat commented 4 months ago

from the openapi spec

 pleroma:
          description: Additional Pleroma API attributes.
          type: object
          properties:
            emoji_reactions:
              description: The list of emoji reactions.
              type: array
              items:
                description: Emoji reaction.
                type: object
                properties:
                  account_ids:
                    description: The list of accounts who sent this reaction.
                    type: array
                    items:
                      type: string
                      format: uuid
                  count:
                    description: The total number of reactions of this type.
                    type: number
                  name:
                    description: The emoji name.
                    type: string
                  url:
                    description: A link to the custom emoji.
                    type: string
                    nullable: true
              example: []