mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:33:09 +02:00
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
96673ad610
1 changed files with 6 additions and 4 deletions
|
@ -130,10 +130,12 @@ Misskeyのストリームに接続しただけでは、まだリアルタイム
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
type: 'api',
|
type: 'api',
|
||||||
id: 'xxxxxxxxxxxxxxxx',
|
body: {
|
||||||
endpoint: 'notes/create',
|
id: 'xxxxxxxxxxxxxxxx',
|
||||||
data: {
|
endpoint: 'notes/create',
|
||||||
text: 'yee haw!'
|
data: {
|
||||||
|
text: 'yee haw!'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue