Skip to content

Commit

Permalink
Merge branch 'master' of github.com:plebbit/plebbit-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 committed Nov 2, 2023
2 parents e2353dc + b8f5b83 commit f59eeaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ PubsubSignature {
- `subplebbit.posts`
- `subplebbit.lastPostCid`
- `subplebbit.pubsubTopic`
- `subplebbit.challengeTypes`
- `subplebbit.rules`
- `subplebbit.flairs`
- `subplebbit.suggested`
Expand Down Expand Up @@ -1078,7 +1077,6 @@ An object which may have the following keys:
| lastPostCid | `string` or `undefined` | The most recent post in the linked list of posts |
| posts | `Pages` or `undefined` | Only preload page 1 sorted by 'hot', might preload more later, should include some child comments and vote counts for each post |
| pubsubTopic | `string` or `undefined` | The string to publish to in the pubsub, a public key of the subplebbit owner's choice |
| challengeTypes | `ChallengeType[]` or `undefined` | The challenge types provided by the subplebbit owner |
| features | `SubplebbitFeatures` or `undefined` | The features of the subplebbit |
| suggested | `SubplebbitSuggested` or `undefined` | The suggested client settings for the subplebbit |
| flairs | `{[key: 'post' or 'author']: Flair[]}` or `undefined` | The list of flairs (colored labels for comments or authors) authors or mods can choose from |
Expand Down

0 comments on commit f59eeaa

Please sign in to comment.