Skip to content

Commit

Permalink
remove query symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Jun 13, 2024
1 parent ae204b0 commit 1cae562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/gamebridge/payloads/ChatPayload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class ChatPayload extends Payload {
);
content = content.replace(
/(https?:\/\/tenor.com\/view\/\S+)/g,
(_, url) => url + "?.gif"
(_, url) => url + ".gif"
);

for (const [, attachment] of msg.attachments) {
Expand Down

0 comments on commit 1cae562

Please sign in to comment.