aboutsummaryrefslogtreecommitdiff
path: root/lib/models/user
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2019-06-07 21:18:43 -0600
committerAdelyn Breedlove <[email protected]>2019-06-07 21:18:43 -0600
commitf7fa74dff247b0cfbe42bccae3b602aaee82561c (patch)
treea851f7f86a5cfd607b45fd6dfd9e9ebabb427848 /lib/models/user
parentAdd calendar dep (diff)
downloaddisml-f7fa74dff247b0cfbe42bccae3b602aaee82561c.tar.xz
disml-f7fa74dff247b0cfbe42bccae3b602aaee82561c.zip
Change endpoint construction
Diffstat (limited to 'lib/models/user')
-rw-r--r--lib/models/user/user.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/models/user/user.mli b/lib/models/user/user.mli
index d6050c2..db1168f 100644
--- a/lib/models/user/user.mli
+++ b/lib/models/user/user.mli
@@ -7,7 +7,7 @@ val tag : t -> string
val mention : t -> string
(** The default avatar for the user. *)
-val default_avatar : t -> string
+val default_avatar : t -> Endpoints.t
(** The avatar url of the user, falling back to the default avatar. *)
-val face : t -> string \ No newline at end of file
+val face : t -> Endpoints.t \ No newline at end of file