diff options
| author | Adelyn Breelove <[email protected]> | 2019-02-25 09:17:17 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-02-25 09:17:17 -0700 |
| commit | 54830153a07f466cd20b25f12847ba447be4ecc5 (patch) | |
| tree | c70fb3ef5ba67d5f5f820fddfba32e14fb2b368b /lib/disml.ml | |
| parent | tidy add_seq (diff) | |
| download | disml-54830153a07f466cd20b25f12847ba447be4ecc5.tar.xz disml-54830153a07f466cd20b25f12847ba447be4ecc5.zip | |
Add permission overwrites
Diffstat (limited to 'lib/disml.ml')
| -rw-r--r-- | lib/disml.ml | 6 |
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
|