Skip to content

Commit

Permalink
chore: update editorconfig, roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
purpshell committed Nov 5, 2024
1 parent 0e940dd commit 8bea3df
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ insert_final_newline = true
indent_style = space

[{.gitlab-ci.yml,.github/workflows/*.yml}]
indent_size = 2
indent_size = 2
64 changes: 32 additions & 32 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,47 @@
# Features & roadmap

* Matrix → LinkedIn
* [ ] Message content
* [ ] Text
* [ ] Media
* [ ] Files
* [ ] Images
* [ ] Videos
* [ ] GIFs
* [ ] Voice Messages
* [ ] Stickers
* [x] Message content
* [x] Text
* [x] Media
* [x] Files
* [x] Images
* [x] Videos
* [x] GIFs
* [x] Voice Messages
* [ ] ~~Stickers~~ (unsupported)
* [ ] ~~Formatting~~ (LinkedIn does not support rich formatting)
* [ ] ~~Replies~~ (LinkedIn does not support replies)
* [x] Replies
* [ ] Mentions
* [ ] Emotes
* [ ] Message redactions
* [ ] Message reactions
* [x] Message redactions
* [x] Message reactions
* [ ] Presence
* [ ] Typing notifications
* [ ] Mark conversations as read
* [ ] Read receipts
* [ ] Power level
* [ ] Membership actions
* [ ] Invite
* [ ] Kick
* [ ] Leave
* [ ] Room metadata changes
* [ ] Name
* [ ] Avatar
* [x] Room metadata changes
* [x] Name
* [x] Avatar
* [ ] Per-room user nick
* LinkedIn → Matrix
* [ ] Message content
* [ ] Text
* [ ] Media
* [ ] Files
* [ ] Images
* [ ] GIFs
* [ ] Voice Messages
* [x] Message content
* [x] Text
* [x] Media
* [x] Files
* [x] Images
* [x] GIFs
* [x] Voice Messages
* [ ] Mentions
* [ ] Message delete
* [ ] Message reactions
* [ ] Message history
* [ ] Real-time messages
* [ ] Presence
* [x] Message reactions
* [x] Message history
* [x] Real-time messages
* [ ] ~~Presence~~ (impossible for now, see https://github.com/mautrix/go/issues/295)
* [ ] Typing notifications
* [ ] Read receipts
* [ ] Admin status
Expand All @@ -60,9 +59,10 @@
* Misc
* [ ] Multi-user support
* [ ] Shared group chat portals
* [ ] Automatic portal creation
* [ ] At startup
* [ ] When added to chat
* [ ] When receiving message
* [x] Automatic portal creation
* [x] At startup
* [x] When added to chat
* [ ] When receiving message (not supported)
* [ ] Private chat creation by inviting Matrix puppet of LinkedIn user to new room
* [ ] Option to use own Matrix account for messages sent from other LinkedIn clients
* [ ] Option to use own Matrix account for messages sent from other LinkedIn clients (relay mode)
* [ ] Split portal support

0 comments on commit 8bea3df

Please sign in to comment.