Skip to main content Link Menu Expand (external link) Document Search Copy Copied

["tunnel", "isRoom"]

Table of contents

  1. Description
  2. Specification
    1. Requests
    2. Responses
  3. Support table
  4. Examples
    1. Requests
      1. Patchwork

Description

This request seems to be related to the rooms specification. The only requests that were observed do not conform to the protocol guide.

The location of the primary documentation for this request is unknown.

Specification

Requests

Name
["tunnel", "isRoom"]
Type Type is not set which is incorrect according to the protocol guide.
Args All observed examples contained an empty array.

Responses

Unknown.

Support table

Sends Accepts
go-ssb
v0.2.1
No.
v0.2.1
Unknown.
Patchwork
3.18.1
Yes, malformed, doesn't set the type.
3.18.1
Unknown.
Manyverse
v0.2203.21-beta
No.
v0.2203.21-beta
Unknown.

Examples

Requests

Patchwork

Warning! This request does not conform to the Protocol Guide!

  • Request number:
    1
  • Stream:
    false
  • End/err:
    false
  • Body type:
    JSON
Patchwork 3.18.1
{
    "name": ["tunnel", "isRoom"],
    "args": []
}