mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-06-01 22:04:10 +00:00
preparing v1 release
This commit is contained in:
@@ -198,7 +198,7 @@ instance FromJSON RatchetKey where
|
||||
|
||||
instance AlgorithmI a => ToField (Ratchet a) where toField = toField . LB.toStrict . J.encode
|
||||
|
||||
instance (AlgorithmI a, Typeable a) => FromField (Ratchet a) where fromField = blobFieldDecoder $ J.eitherDecode' . LB.fromStrict
|
||||
instance (AlgorithmI a, Typeable a) => FromField (Ratchet a) where fromField = blobFieldDecoder J.eitherDecodeStrict'
|
||||
|
||||
instance ToField MessageKey where toField = toField . smpEncode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user