summary refs log tree commit diff
path: root/src/util/entities
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2024-08-19 16:38:03 +1000
committerGitHub <noreply@github.com>2024-08-19 16:38:03 +1000
commitdbd93bdd7cf31d7cc59c504a82b00a016639ed75 (patch)
tree450b76c0ee883beaa75addd2e9c3a14b46017f9d /src/util/entities
parentMerge pull request #1190 from CyberL1/fix/nick-command (diff)
parent"fix" nix dep hashes.json (diff)
downloadserver-ts-dbd93bdd7cf31d7cc59c504a82b00a016639ed75.tar.xz
Merge pull request #1126 from DEVTomatoCake/feat/local-image-proxy
Diffstat (limited to 'src/util/entities')
-rw-r--r--src/util/entities/UserSettings.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/entities/UserSettings.ts b/src/util/entities/UserSettings.ts

index d3efe79b2..6f09c9b3a 100644 --- a/src/util/entities/UserSettings.ts +++ b/src/util/entities/UserSettings.ts
@@ -1,17 +1,17 @@ /* Spacebar: A FOSS re-implementation and extension of the Discord.com backend. Copyright (C) 2023 Spacebar and Spacebar Contributors - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */