Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 8bea3df

Browse files
committed
chore: update editorconfig, roadmap
1 parent 0e940dd commit 8bea3df

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ insert_final_newline = true
1212
indent_style = space
1313

1414
[{.gitlab-ci.yml,.github/workflows/*.yml}]
15-
indent_size = 2
15+
indent_size = 2

ROADMAP.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,47 @@
11
# Features & roadmap
22

33
* Matrix → LinkedIn
4-
* [ ] Message content
5-
* [ ] Text
6-
* [ ] Media
7-
* [ ] Files
8-
* [ ] Images
9-
* [ ] Videos
10-
* [ ] GIFs
11-
* [ ] Voice Messages
12-
* [ ] Stickers
4+
* [x] Message content
5+
* [x] Text
6+
* [x] Media
7+
* [x] Files
8+
* [x] Images
9+
* [x] Videos
10+
* [x] GIFs
11+
* [x] Voice Messages
12+
* [ ] ~~Stickers~~ (unsupported)
1313
* [ ] ~~Formatting~~ (LinkedIn does not support rich formatting)
14-
* [ ] ~~Replies~~ (LinkedIn does not support replies)
14+
* [x] Replies
1515
* [ ] Mentions
1616
* [ ] Emotes
17-
* [ ] Message redactions
18-
* [ ] Message reactions
17+
* [x] Message redactions
18+
* [x] Message reactions
1919
* [ ] Presence
2020
* [ ] Typing notifications
21-
* [ ] Mark conversations as read
2221
* [ ] Read receipts
2322
* [ ] Power level
2423
* [ ] Membership actions
2524
* [ ] Invite
2625
* [ ] Kick
2726
* [ ] Leave
28-
* [ ] Room metadata changes
29-
* [ ] Name
30-
* [ ] Avatar
27+
* [x] Room metadata changes
28+
* [x] Name
29+
* [x] Avatar
3130
* [ ] Per-room user nick
3231
* LinkedIn → Matrix
33-
* [ ] Message content
34-
* [ ] Text
35-
* [ ] Media
36-
* [ ] Files
37-
* [ ] Images
38-
* [ ] GIFs
39-
* [ ] Voice Messages
32+
* [x] Message content
33+
* [x] Text
34+
* [x] Media
35+
* [x] Files
36+
* [x] Images
37+
* [x] GIFs
38+
* [x] Voice Messages
4039
* [ ] Mentions
4140
* [ ] Message delete
42-
* [ ] Message reactions
43-
* [ ] Message history
44-
* [ ] Real-time messages
45-
* [ ] Presence
41+
* [x] Message reactions
42+
* [x] Message history
43+
* [x] Real-time messages
44+
* [ ] ~~Presence~~ (impossible for now, see https://github.com/mautrix/go/issues/295)
4645
* [ ] Typing notifications
4746
* [ ] Read receipts
4847
* [ ] Admin status
@@ -60,9 +59,10 @@
6059
* Misc
6160
* [ ] Multi-user support
6261
* [ ] Shared group chat portals
63-
* [ ] Automatic portal creation
64-
* [ ] At startup
65-
* [ ] When added to chat
66-
* [ ] When receiving message
62+
* [x] Automatic portal creation
63+
* [x] At startup
64+
* [x] When added to chat
65+
* [ ] When receiving message (not supported)
6766
* [ ] Private chat creation by inviting Matrix puppet of LinkedIn user to new room
68-
* [ ] Option to use own Matrix account for messages sent from other LinkedIn clients
67+
* [ ] Option to use own Matrix account for messages sent from other LinkedIn clients (relay mode)
68+
* [ ] Split portal support

0 commit comments

Comments
 (0)