added post visibility indicator

This commit is contained in:
ari melody 2024-06-21 05:43:23 +01:00
parent 46f1f93329
commit 919b1f6ebb
Signed by: ari
GPG key ID: CF99829C92678188
4 changed files with 12 additions and 6 deletions

View file

@ -17,6 +17,7 @@ export default class Post {
url;
reply;
boost;
visibility;
async rich_text() {
let text = this.text;