Skip to content

Conversation

@Simon-Laux
Copy link
Member

  • change export name from DeltaChat to WebsocketDeltaChat
  • export Event and ContextEvents type to include them in the documentation.
  • dedicated readme for @deltachat/jsonrpc-client. so there is something more useful displayed on npm and on https://js.jsonrpc.delta.chat
  • update link to echo bot in deltachat-rpc-server
  • update deltachat-jsonrpc readme
  • run prettier formatter on some readme files
  • add instructions on how to use on an unsupported platform

@Simon-Laux Simon-Laux requested a review from hpk42 November 2, 2024 14:14
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will be shown as start page for https://js.jsonrpc.delta.chat

@Simon-Laux
Copy link
Member Author

needs rebase

}

/// Returns a vector of contact IDs for given chat ID where the contact is not SELF.
pub async fn get_other_chat_contacts(context: &Context, chat_id: ChatId) -> Result<Vec<ContactId>> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this landed in the PR accidentally?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not the only thing that doesn't belong into it. I have to check everything again, and maybe it's easiest to copy wanted changes over to a fresh pr instead of dealing with git and rebasing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants