Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(qchat): re-arrange websocket message to allow image communications #211

Merged
merged 13 commits into from
Nov 1, 2024
Merged
3 changes: 0 additions & 3 deletions qtribu/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def local_path(self, base_path: Path = Path().home() / ".geotribu/cdn/") -> Path
ADMIN_MESSAGES_NICKNAME: str = "admin"
ADMIN_MESSAGES_AVATAR: str = "mIconWarning.svg"
ERROR_MESSAGES_COLOR: str = "#ff0000"
INTERNAL_MESSAGE_AUTHOR: str = "internal"
QCHAT_USER_AVATARS: dict[str, str] = {
"Arrow Up": "mActionArrowUp.svg",
"Calculate": "mActionCalculateField.svg",
Expand All @@ -221,14 +220,12 @@ def local_path(self, base_path: Path = Path().home() / ".geotribu/cdn/") -> Path

# QChat cheatcodes
CHEATCODE_DIZZY: str = "givemesomecheese"
CHEATCODE_DONTCRYBABY: str = "dontcrybaby"
CHEATCODE_IAMAROBOT: str = "iamarobot"
CHEATCODE_10OCLOCK: str = "its10oclock"
CHEATCODE_QGIS_PRO_LICENSE: str = "qgisprolicense"

CHEATCODES = [
CHEATCODE_DIZZY,
CHEATCODE_DONTCRYBABY,
CHEATCODE_IAMAROBOT,
CHEATCODE_10OCLOCK,
CHEATCODE_QGIS_PRO_LICENSE,
Expand Down
Loading
Loading