do not show local searches in monitor
This commit is contained in:
@@ -158,6 +158,8 @@ class MainFrameModel {
|
||||
}
|
||||
|
||||
void onQueryEvent(QueryEvent e) {
|
||||
if (e.replyTo == core.me.destination)
|
||||
return
|
||||
StringBuilder sb = new StringBuilder()
|
||||
e.searchEvent.searchTerms?.each {
|
||||
sb.append(it)
|
||||
|
Reference in New Issue
Block a user