1
1
<script >
2
- export const ACTIVE_TILL = new Date (' 2020-10-13T00 :00:00.000Z' );
2
+ export const ACTIVE_TILL = new Date (' 2023-03-01T00 :00:00.000Z' );
3
3
4
4
export const isAnnouncementActive = () => new Date (Date .now ()) < ACTIVE_TILL ;
5
5
@@ -11,48 +11,18 @@ export default {
11
11
<template >
12
12
<div class =" announcements-body-root" >
13
13
<h2 class =" announcements-body-title" >Announcement</h2 >
14
- <p >Hello,</p >
15
14
<p >
16
- We are writing to you to inform you of some changes around the processing of your personal
17
- data by Gitter.
15
+ Heads-up that on February 6th, you will be signed out and required to sign-in via
16
+ app.gitter.im. This is part of the Gitter migration process to switch to a fully
17
+ Matrix setup. Don't worry, all of your rooms and messages will still be available!
18
18
</p >
19
19
<p >
20
- On the 30th of September, the Gitter web app was acquired by
21
- <a href =" https://element.io/" target =" _blank" >Element</a >
22
- (a trading name of New Vector Ltd.). This means that your personal data, and all associated
23
- information assets, has been transferred over to the new Controller of your data.
20
+ Any bots and scripts using the Gitter API will be cut off and will need to be
21
+ updated to use the Matrix APIs.
24
22
</p >
25
23
<p >
26
- We would like to provide you with the assurance that your data will remain within the same
27
- data centre and be processed in accordance with the General Data Protection Regulation. For
28
- full details please see our
29
- <a href =" https://element.io/privacy" target =" _blank" >Privacy Policy</a >, which details,
30
- amongst other things:
24
+ You can read more about this pre-announcement in the <a href =" #TODO" >blog post</a >.
31
25
</p >
32
- <ul >
33
- <li >Our contact details;</li >
34
- <li >Our Data Protection Officer’s contact details;</li >
35
- <li >The purposes and legal basis of processing of your data;</li >
36
- <li >Applicable categories of personal data;</li >
37
- <li >Your rights in relation to your data;</li >
38
- </ul >
39
- <p >
40
- You are in full control of your information and if you would not like Element to retain your
41
- personal data please consult
42
- <a
43
- href =" https://gitlab.com/gitterHQ/webapp/-/blob/develop/docs/accounts.md#how-do-i-delete-my-account"
44
- target =" _blank"
45
- >these instructions</a
46
- >
47
- on how to delete your account. If you have any questions which cannot be answered by the links
48
- above, please do not hesitate to get in touch via
[email protected]
49
- </p >
50
- <p >
51
- For more information on Gitter joining Element, please visit
52
- <a href =" https://element.io/blog/gitter-is-joining-element/" target =" _blank" >our blog</a >.
53
- </p >
54
- <p >Kindest regards,</p >
55
- <p >Element</p >
56
26
</div >
57
27
</template >
58
28
0 commit comments