mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-05-02 00:03:09 +00:00
fix: pure
This commit is contained in:
parent
6b514f6f21
commit
408ee4bd3f
@ -8,16 +8,16 @@ type
|
|||||||
AlmostNone
|
AlmostNone
|
||||||
None
|
None
|
||||||
|
|
||||||
SendResult* = enum
|
SendResult* {.pure.} = enum
|
||||||
PassedToSender = 0
|
PassedToSender
|
||||||
Enqueued = 1
|
Enqueued
|
||||||
Dropped = 2
|
Dropped
|
||||||
DroppedBatchTooLarge = 3
|
DroppedBatchTooLarge
|
||||||
|
|
||||||
Priority* = enum
|
Priority* {.pure.} = enum
|
||||||
Critical = 0
|
Critical
|
||||||
Normal = 1
|
Normal
|
||||||
Optional = 2
|
Optional
|
||||||
|
|
||||||
Serializable* =
|
Serializable* =
|
||||||
concept x
|
concept x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user