diff options
| author | Adelyn Breedlove <[email protected]> | 2019-06-07 21:18:43 -0600 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-06-07 21:18:43 -0600 |
| commit | f7fa74dff247b0cfbe42bccae3b602aaee82561c (patch) | |
| tree | a851f7f86a5cfd607b45fd6dfd9e9ebabb427848 /lib/models | |
| parent | Add calendar dep (diff) | |
| download | disml-f7fa74dff247b0cfbe42bccae3b602aaee82561c.tar.xz disml-f7fa74dff247b0cfbe42bccae3b602aaee82561c.zip | |
Change endpoint construction
Diffstat (limited to 'lib/models')
| -rw-r--r-- | lib/models/user/user.mli | 4 |
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 |