aeharding / aeharding/threadiverse
PostReportView.tags is always [] for Lemmy v1
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 7
- Forks
- 1
- Merge medio
- 13 min
- PR fusionados (30 d)
- 1
Descripción
`PostReportView.tags` is currently hardcoded to `[]` in the Lemmy v1 compat because the upstream API doesn't return tags on the report view.
Upstream tracking: https://github.com/LemmyNet/lemmy/issues/6527
When that issue lands, update `toPostReportView` in `src/providers/lemmyv1/compat.ts` to read `tags` from the v1 response (mirroring `toPostView`) and remove the explanatory comment.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.