mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-10 10:03:09 +00:00
Apply suggestion from @Ivansete-status
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
parent
408ee4bd3f
commit
8c6d5ab16f
@ -65,7 +65,7 @@ proc getCapacityState[T: Serializable](
|
||||
|
||||
proc passToSender[T: Serializable](
|
||||
manager: RateLimitManager[T],
|
||||
msgs: seq[MsgIdMsg[T]],
|
||||
msgs: sink seq[MsgIdMsg[T]],
|
||||
now: Moment,
|
||||
priority: Priority,
|
||||
): Future[SendResult] {.async.} =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user