fix messaging from results tab

pull/53/head
Zlatin Balevsky 2020-11-05 09:56:03 +00:00
parent 1288a2b210
commit 8dd1de1403
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}