diff options
author | 2018-06-07 21:56:47 +0100 | |
---|---|---|
committer | 2018-06-07 21:56:47 +0100 | |
commit | 5a9064a5df6c1481dd4a7a2976aef8718537933a (patch) | |
tree | 307a472537886840c75d232aa754b26655ae774e /templates/main/about | |
parent | Currently we have no git hook docs (diff) |
Grab user avatars in bot API call
Diffstat (limited to '')
-rw-r--r-- | templates/main/about/privacy.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/main/about/privacy.html b/templates/main/about/privacy.html index 508536ac..ec446bac 100644 --- a/templates/main/about/privacy.html +++ b/templates/main/about/privacy.html @@ -54,6 +54,12 @@ <td>Public, for code jam team listings and winner info</td> </tr> <tr> + <td>Discord avatar URLs</td> + <td class="uk-table-shrink"><strong>self.accept()</strong> run on Discord</td> + <td>Display purposes (public profiles)</td> + <td>Public, for code jam team listings and winner info</td> + </tr> + <tr> <td>Assigned roles on Discord</td> <td class="uk-table-shrink"><strong>self.accept()</strong> run on Discord</td> <td>Access control for the site</td> @@ -234,7 +240,8 @@ <li> <h4>June 7th, 2018</h4> <p> - We no longer collect GitHub usernames - instead, we collect GitLab usernames. + We no longer collect GitHub usernames - instead, we collect GitLab usernames. Additionally, + we now collect user avatar URLs for display purposes. </p> </li> <li> |