mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-07 16:43:11 +00:00
fix: update criticality
Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
parent
527bdde50a
commit
836a04e6ba
@ -3,9 +3,9 @@ import chronos
|
|||||||
|
|
||||||
type
|
type
|
||||||
MessagePriority* = enum
|
MessagePriority* = enum
|
||||||
Optional = 0
|
Critical = 0
|
||||||
Normal = 1
|
Normal = 1
|
||||||
Critical = 2
|
Optional = 2
|
||||||
|
|
||||||
QueuedMessage*[T] = object
|
QueuedMessage*[T] = object
|
||||||
messageId*: string
|
messageId*: string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user