Skip to content

Chat API #1

@billstclair

Description

@billstclair

Currently, Gab chat is based on an initial HTML page and a WebSocket connection for getting new posts to the currently viewed chat.

It really should be based off of an API, like the rest of Mastodon.

GET chat/:id should return a list of ChatMessage instances (JSON), controlled by the standard max_id, min_id, since_id, and limit parameters.

Fill this in more once we have source code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions