mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-08 00:53:08 +00:00
Update ratelimit/store.nim
Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com>
This commit is contained in:
parent
bcdb56c1ca
commit
1039d379db
@ -108,7 +108,7 @@ proc loadBucketState*[T: Serializable](
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
proc addToQueue*[T: Serializable](
|
proc pushToQueue*[T: Serializable](
|
||||||
store: RateLimitStore[T],
|
store: RateLimitStore[T],
|
||||||
queueType: QueueType,
|
queueType: QueueType,
|
||||||
msgs: seq[tuple[msgId: string, msg: T]],
|
msgs: seq[tuple[msgId: string, msg: T]],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user