mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-03 14:50:49 +00:00
Merge branch 'doc-platformpost-typo' into 'master'
Update file Content Types.md See merge request videostreaming/grayjay!27
This commit is contained in:
commit
c6e7045db4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ A feed object representing a community post with text, and optionally images.
|
||||||
|
|
||||||
*Usage:*
|
*Usage:*
|
||||||
```javascript
|
```javascript
|
||||||
new PlatformPost{
|
new PlatformPost({
|
||||||
id: new PlatformID(config.name, item?.id, config.id),
|
id: new PlatformID(config.name, item?.id, config.id),
|
||||||
name: item?.attributes?.title,
|
name: item?.attributes?.title,
|
||||||
author: getPlatformAuthorLink(item, context),
|
author: getPlatformAuthorLink(item, context),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue