aboutsummaryrefslogtreecommitdiff
path: root/lib/disml.ml
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-02-25 09:17:17 -0700
committerAdelyn Breelove <[email protected]>2019-02-25 09:17:17 -0700
commit54830153a07f466cd20b25f12847ba447be4ecc5 (patch)
treec70fb3ef5ba67d5f5f820fddfba32e14fb2b368b /lib/disml.ml
parenttidy add_seq (diff)
downloaddisml-54830153a07f466cd20b25f12847ba447be4ecc5.tar.xz
disml-54830153a07f466cd20b25f12847ba447be4ecc5.zip
Add permission overwrites
Diffstat (limited to 'lib/disml.ml')
-rw-r--r--lib/disml.ml6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/disml.ml b/lib/disml.ml
index d7a2874..c142af4 100644
--- a/lib/disml.ml
+++ b/lib/disml.ml
@@ -99,7 +99,11 @@ module Models = struct
module Message_id = Message_id
(** Represents a permission integer as bitmask, allowing for constant set representation. *)
- module Permissions = Permissions
+ module Permissions = struct
+ include Permissions
+
+ module Overwrite = Overwrites
+ end
(** Represents a user presence. See {!Models.Event.PresenceUpdate}. *)
module Presence = Presence