added posting private posts
This commit is contained in:
parent
eb540fae1d
commit
2ca5d1ea68
12 changed files with 144 additions and 92 deletions
|
@ -71,7 +71,7 @@ function(HostApp, Core, Paths, URI) {
|
|||
if (e.startsWith("https://")) {
|
||||
e = e.substr(8, e.length);
|
||||
}
|
||||
HostApp.openNewMessageWidow(null, null, "^" + e + " ");
|
||||
HostApp.openNewMessageWidow(null, null, "^" + e + " ", false);
|
||||
}
|
||||
div.appendChild(this.profile_template.mention_button);
|
||||
this.profile_template.mention_button.innerHTML = "Mention";
|
||||
|
|
Reference in a new issue