Explorar el Código

Add "audiospace = "audiospace"" (#401)

To fix #390, at least temporarily.
Mennaruuk hace 5 años
padre
commit
7a01f55dd3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/types.nim

+ 2 - 1
src/types.nim

@@ -125,7 +125,8 @@ type
     messageMe = "message_me"
     videoDirectMessage = "video_direct_message"
     imageDirectMessage = "image_direct_message"
-
+    audiospace = "audiospace"
+    
   Card* = object
     kind*: CardKind
     id*: string