mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 23:13:51 +02:00
fixed mention sounds dir for deployment
This commit is contained in:
parent
f21f5aded9
commit
7ffb700564
5 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "XmppClient.h"
|
||||
|
||||
const QString DEFAULT_XMPP_SERVER = "chat.highfidelity.io";
|
||||
const QString DEFAULT_CHAT_ROOM = "test@public-chat.highfidelity.io";
|
||||
const QString DEFAULT_CHAT_ROOM = "public@public-chat.highfidelity.io";
|
||||
|
||||
XmppClient::XmppClient() :
|
||||
_xmppClient(),
|
||||
|
|
|
@ -32,7 +32,7 @@ const int NUM_MESSAGES_TO_TIME_STAMP = 20;
|
|||
|
||||
const QRegularExpression regexLinks("((?:(?:ftp)|(?:https?)|(?:hifi))://\\S+)");
|
||||
const QRegularExpression regexHifiLinks("([#@]\\S+)");
|
||||
const QString mentionSoundsPath("/sounds/mention/");
|
||||
const QString mentionSoundsPath("/mention-sounds/");
|
||||
const QString mentionRegex("@(\\b%1\\b)");
|
||||
|
||||
ChatWindow::ChatWindow(QWidget* parent) :
|
||||
|
|
Loading…
Reference in a new issue