Skip to content

Commit

Permalink
save as int
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Sep 15, 2024
1 parent 9d898dd commit 5950b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/MessageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function send(MessageRequest $request)
'error' => 'rate_limit_hit',
], SymphonyResponse::HTTP_TOO_MANY_REQUESTS);
}
RateLimiter::hit('send-message:' . $user->id, $rateDecay);
RateLimiter::hit('send-message:' . $user->id, (int) $rateDecay);
}
/**
* Determine if message is command
Expand Down
1 change: 1 addition & 0 deletions resources/js/Components/Content/StreamInfoBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function changeStreamUrl(url) {
unforgettable memories
together! 🐾✨
</p>

<div class="flex gap-3">
<a
href="https://t.me/efprimehelp"
Expand Down

0 comments on commit 5950b06

Please sign in to comment.