Add FeaturedPost Support (#873)

This commit is contained in:
Anon 2022-12-14 09:03:18 -06:00 committed by GitHub
parent a6c0643428
commit 003b177f6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 108 additions and 50 deletions

View file

@ -584,7 +584,7 @@ export class Community extends Component<any, State> {
op == UserOperation.DeletePost ||
op == UserOperation.RemovePost ||
op == UserOperation.LockPost ||
op == UserOperation.StickyPost ||
op == UserOperation.FeaturePost ||
op == UserOperation.SavePost
) {
let data = wsJsonToRes<PostResponse>(msg, PostResponse);