KaraKaraWitch commited on
Commit
4dad000
1 Parent(s): e6731b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -174,13 +174,13 @@ As for replies and other fields, here's a more complex example.
174
  }
175
  ```
176
 
177
- `fct`: Stands for Facets:
178
  - `typ`: The facet type. (`tag`,`link`,`mention`)
179
  - `val`: The facet value. Note that this can be a `Username` dict when `typ` == `mention`
180
  - `rng`: Byte range. AFAIK this is in UTF-16 but I can be wrong. Follow atproto's docs for this.
181
- `lbl`: Labels. A list of strings. Though typically empty list for firehose streams. Labels are sent seperately firehose stream-wise.
182
- `lng`: Languages. Either an list (Can be empty) or a string.
183
- `tgs`: "Additional hashtags, in addition to any included in post text and facets."
184
  `rpl`: The post that the current post is replying to.
185
  - *Note:* The reply post is not enriched with the actual post.
186
  - `typ`/`usr`/`rid`: [Refer to the simple posts section.](#posts-simple)
 
174
  }
175
  ```
176
 
177
+ - `fct`: Stands for Facets:
178
  - `typ`: The facet type. (`tag`,`link`,`mention`)
179
  - `val`: The facet value. Note that this can be a `Username` dict when `typ` == `mention`
180
  - `rng`: Byte range. AFAIK this is in UTF-16 but I can be wrong. Follow atproto's docs for this.
181
+ - `lbl`: Labels. A list of strings. Though typically empty list for firehose streams. Labels are sent seperately firehose stream-wise.
182
+ - `lng`: Languages. Either an list (Can be empty) or a string.
183
+ - `tgs`: "Additional hashtags, in addition to any included in post text and facets."
184
  `rpl`: The post that the current post is replying to.
185
  - *Note:* The reply post is not enriched with the actual post.
186
  - `typ`/`usr`/`rid`: [Refer to the simple posts section.](#posts-simple)