maelstrom icon indicating copy to clipboard operation
maelstrom copied to clipboard

High performance Matrix Home Server in rust.

Results 101 maelstrom issues
Sort by recently updated
recently updated
newest added

Gets information about the server's capabilities. Gets information about the server's supported feature set and other relevant capabilities.

matrix-spec

Delete a device This API endpoint uses the `User-Interactive Authentication API`_. Deletes the given device, and invalidates any access token associated with it.

matrix-spec

Get a single device Gets information on a single device, by device id.

matrix-spec

Update a device Updates the metadata on the given device.

matrix-spec

Get the m.room.member events for the room. Get the list of members for this room.

matrix-spec

List the tags for a room. List the tags set by a user on a room.

matrix-spec

Snapshot the current state of a room and its most recent messages. Get a copy of the current state and the most recent messages in a room. This endpoint was...

matrix-spec

Download content from the content repository.

matrix-spec

Download content from the content repository. This is the same as the download endpoint above, except permitting a desired file name.

matrix-spec

Get information about a URL for a client Get information about a URL for the client. Typically this is called when a client sees a URL in a message and...

matrix-spec