aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-04 18:53:06 -0700
committerzotlabs <mike@macgirvin.com>2018-04-04 18:53:06 -0700
commite8646799427a51a13e97f83a7858274fbf85ba20 (patch)
tree7b8fd5a876a0ba2cfa9e451c4f59df5dd94b893c /view/js
parentcadef5924fd42e45e4a1a19c7c8cb559d1ea8fd7 (diff)
downloadvolse-hubzilla-e8646799427a51a13e97f83a7858274fbf85ba20.tar.gz
volse-hubzilla-e8646799427a51a13e97f83a7858274fbf85ba20.tar.bz2
volse-hubzilla-e8646799427a51a13e97f83a7858274fbf85ba20.zip
private forum mentions
Diffstat (limited to 'view/js')
-rw-r--r--view/js/autocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js
index 7a1a7673d..07b9bc449 100644
--- a/view/js/autocomplete.js
+++ b/view/js/autocomplete.js
@@ -198,7 +198,7 @@ function string2bb(element) {
// Autocomplete forums
forums = {
- match: /(^|\s)(\!)([^ \n]+)$/,
+ match: /(^|\s)(\!\!*)([^ \n]+)$/,
index: 3,
search: function(term, callback) { contact_search(term, callback, backend_url, 'f', extra_channels, spinelement=false); },
replace: editor_replace,