Skip to content

Commit 26e00f3

Browse files
committed
undo encode test
test rust
1 parent df78eb9 commit 26e00f3

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci_suite.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ jobs:
102102
mysql -u root -proot tg_ci < schema.sql
103103
- name: Install rust-g
104104
run: |
105-
sudo dpkg --add-architecture i386
106-
sudo apt update || true
107-
sudo apt install -o APT::Immediate-Configure=false libssl3:i386
108105
bash tools/ci/install_rust_g.sh
109106
- name: Compile Tests
110107
run: |

code/modules/goonchat/browserOutput.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ GLOBAL_VAR_INIT(goonchatbasehtml, file2text('code/modules/goonchat/browserassets
227227

228228
if(islist(target))
229229
// Do the double-encoding outside the loop to save nanoseconds
230-
var/twiceEncoded = url_encode("[url_encode(message)]")
230+
var/twiceEncoded = url_encode(url_encode(message))
231231
for(var/I in target)
232232
var/client/C = CLIENT_FROM_VAR(I) //Grab us a client if possible
233233

0 commit comments

Comments
 (0)