mirror of https://github.com/zlatinb/muwire
fix messaging from results tab
parent
1288a2b210
commit
8dd1de1403
|
@ -203,7 +203,7 @@ class SearchTabController {
|
|||
return
|
||||
|
||||
def params = [:]
|
||||
params.recipient = recipient
|
||||
params.recipients = new HashSet<>(Collections.singletonList(recipient))
|
||||
params.core = model.core
|
||||
mvcGroup.parentGroup.createMVCGroup("new-message", UUID.randomUUID().toString(), params)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue