Skip to content

Commit d6e8456

Browse files
committed
Link and point out the Gitter migration pre-announcement from the left-menu
Part of the Gitter migration process: element-hq/roadmap#26 As drafted in https://docs.google.com/document/d/1WNuQ3s8dNn7uxdkG515Hnl07RhnCrXC7jmUP1r6czJA/edit
1 parent f7177ff commit d6e8456

File tree

2 files changed

+8
-37
lines changed

2 files changed

+8
-37
lines changed

public/js/vue/left-menu/components/announcements-body.vue

Lines changed: 7 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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');
33
44
export const isAnnouncementActive = () => new Date(Date.now()) < ACTIVE_TILL;
55
@@ -11,48 +11,18 @@ export default {
1111
<template>
1212
<div class="announcements-body-root">
1313
<h2 class="announcements-body-title">Announcement</h2>
14-
<p>Hello,</p>
1514
<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!
1818
</p>
1919
<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.
2422
</p>
2523
<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>.
3125
</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>
5626
</div>
5727
</template>
5828

public/js/vue/left-menu/components/menu-bar-body.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export default {
108108
type="announcements"
109109
class="item-announcements"
110110
label="View latest announcements from the Gitter team"
111+
:hasMentions="true"
111112
>
112113
<template v-slot:icon>
113114
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 16 16">

0 commit comments

Comments
 (0)