user mention (#3771)
This commit is contained in:
parent
8573e258f8
commit
fdd42fc2d7
11 changed files with 68 additions and 2 deletions
|
@ -70,6 +70,7 @@ init(async (launch) => {
|
|||
} else {
|
||||
const vm = this.$root.new(PostFormWindow, {
|
||||
reply: o.reply,
|
||||
mention: o.mention,
|
||||
animation: o.animation == null ? true : o.animation
|
||||
});
|
||||
if (o.cb) vm.$once('closed', o.cb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue