forked from blisstown/campfire
added post visibility indicator
This commit is contained in:
parent
46f1f93329
commit
919b1f6ebb
4 changed files with 12 additions and 6 deletions
|
@ -17,6 +17,7 @@ export default class Post {
|
|||
url;
|
||||
reply;
|
||||
boost;
|
||||
visibility;
|
||||
|
||||
async rich_text() {
|
||||
let text = this.text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue