mirror of
https://github.com/discourse/discourse.git
synced 2025-05-20 19:35:12 +08:00
FIX: composing a message to a group via URL didn't work
This commit is contained in:
parent
0960e2dd67
commit
a5408650bd
@ -256,6 +256,10 @@ Group.reopenClass({
|
||||
|
||||
mentionable(name) {
|
||||
return ajax(`/groups/${name}/mentionable`, { data: { name } });
|
||||
},
|
||||
|
||||
messageable(name) {
|
||||
return ajax(`/groups/${name}/messageable`, { data: { name } });
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user