aboutsummaryrefslogtreecommitdiff
path: root/lib/disml.ml
diff options
context:
space:
mode:
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