private forum mentions

This commit is contained in:
zotlabs
2018-04-04 18:53:06 -07:00
parent cadef5924f
commit e864679942
3 changed files with 8 additions and 4 deletions

View File

@@ -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,