mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 17:26:11 +02:00
Merge pull request #2833 from stojce/19597
fixed mention sounds dir for deployment
This commit is contained in:
commit
3e78d63e34
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