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: LemmyNet/lemmy#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.
PostReportView.tagsis currently hardcoded to[]in the Lemmy v1 compat because the upstream API doesn't return tags on the report view.Upstream tracking: LemmyNet/lemmy#6527
When that issue lands, update
toPostReportViewinsrc/providers/lemmyv1/compat.tsto readtagsfrom the v1 response (mirroringtoPostView) and remove the explanatory comment.