Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Matrix commands #40

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Denperidge
Copy link

@Denperidge Denperidge commented Feb 10, 2023

(builds on #39 )
As of the latest edit, the following commands that work for Gitter now have a Matrix equivalent:

  • List
  • Init
  • Create
  • Archive
  • Catchup
  • Stream (is this possible? It seems to use Gitter specific API things)

Changes:
- Hardcoded Matrix vars in gitter-solid & terminal-app are now fallback
- Documented env var configuration options in README
- Added .env.example
In node v18, map.keys().forEach doesn't exist. It is now a for of loop
General changes:
- setRoomList moved to matrix-utils
- show & short moved to utils

Gitter-Solid changes:
- go() now loads Matrix rooms
- renamed doRoom() { function show }
  to doRoom() { function doRoomShow }
  This to fix ambiguity with show, show (now doRoomShow), and showRoom
Chanes:
- Disabled Gitter Room selector when using Matrix API
- Refactored and split up go()
- Added Matrix code to go()
- Renamed functions to {gitter,rdf}Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant