Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / xmtp/xmtp-web issues and pull requests
#297 - Add deprecation notes for React SDK and consent proof sigs
Pull Request -
State: closed - Opened by jhaaaa 24 days ago
- 1 comment
#296 - Fix grammatical error Update README.md
Pull Request -
State: open - Opened by mdqst 2 months ago
- 1 comment
#295 - Typo Update index.js
Pull Request -
State: closed - Opened by 0xbryer 2 months ago
- 2 comments
#294 - Remove `consent-proof-signature` and `frames-client` packages
Pull Request -
State: closed - Opened by rygine 4 months ago
- 1 comment
#293 - Bug: File '@xmtp/tsconfig/react-sdk.json' not found.
Issue -
State: open - Opened by Jovells 4 months ago
Labels: bug
#292 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 5 months ago
#291 - Upgrade JS SDK, refactor `useConsent` hook
Pull Request -
State: closed - Opened by rygine 5 months ago
- 1 comment
#290 - Update CODEOWNERS
Pull Request -
State: closed - Opened by nplasterer 5 months ago
- 1 comment
#289 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 7 months ago
#288 - Update DB schema, add migration
Pull Request -
State: closed - Opened by rygine 7 months ago
- 1 comment
#287 - Bug: `@xmtp/xmtp-js` & `@xmtp/content-type-remote-attachment` Module not found at `@xmtp/react-sdk`
Issue -
State: closed - Opened by happyeric77 7 months ago
- 5 comments
Labels: bug
#286 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 7 months ago
#285 - Bug: readReceiptContentTypeConfig not existing in @xmtp/react-sdk package
Issue -
State: closed - Opened by anthony23991 7 months ago
- 1 comment
Labels: bug
#284 - Upgrade dexie, remove DB versioning
Pull Request -
State: closed - Opened by rygine 7 months ago
- 1 comment
#283 - Upgrade developer dependencies
Pull Request -
State: closed - Opened by rygine 7 months ago
- 1 comment
#282 - Reproduce utility classes/methods
Issue -
State: open - Opened by bwcDvorak 11 months ago
#281 - update existing `create` method on client to also create a `FfiXmtpClient`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#280 - Existing client should now also have a `FfiLogger`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#279 - Have existing SigningKey extend `FfiInboxOwner` so it can be used to create both V2 and V3 clients
Issue -
State: open - Opened by bwcDvorak 11 months ago
#278 - If `FfiXmtpClient` exists get address from `account_address()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#277 - If `FfiXmtpClient` exists store a reference to `installation_id()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#276 - Conversations on client should also take a `libXMTPConversations`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#275 - If `FfiXmtpClient` exists client create should call `register_identity`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#274 - Ability to `list_my_installations()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#273 - Ability to `revoke_installation()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#272 - Should be able to create a group `newGroup()` -- `create_group()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#271 - Should be able to list just groups `listGroups` -- `libXMTPConversations.list()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#270 - Should be able to list an ordered list of conversations & groups `list(includeGroups: Boolean = false)`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#269 - Should be able to stream groups `libXMTPConversations.stream()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#268 - Should be able to stream both conversations & groups `stream(includeGroups:Boolean = false)`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#267 - Should be able to `sync` groups so that the libxmtp database gets updated
Issue -
State: open - Opened by bwcDvorak 11 months ago
#266 - Should be able to stream all messages from both groups and conversations (`streamAllMessages(includeGroups: Boolean = false)`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#265 - Should have a unique identifier of the conversation `id()` equivalent to existing topic
Issue -
State: open - Opened by bwcDvorak 11 months ago
#264 - Should be able to `send()` messages of any content type
Issue -
State: open - Opened by bwcDvorak 11 months ago
#263 - Should be able to resync the libxmtp database `sync()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#262 - Should be able to list messages `find_messages()` as Decoded and Decrypted Messages
Issue -
State: open - Opened by bwcDvorak 11 months ago
#261 - Should be able to list members `list_members()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#260 - Should be able to add members `add_members()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#259 - Should be able to remove members `remove_members()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#258 - Should be able to stream messages `stream()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#257 - Should be able to leave a group `leave()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#256 - Can check if a message can be sent `can_message()`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#255 - Should be able to block or allow a group by id
Issue -
State: open - Opened by bwcDvorak 11 months ago
#254 - Should be able to set a group chat name
Issue -
State: open - Opened by bwcDvorak 11 months ago
#253 - Should be able to receive push notifications for a group chat
Issue -
State: open - Opened by bwcDvorak 11 months ago
#252 - Should be able to see who added me to a group
Issue -
State: open - Opened by bwcDvorak 11 months ago
#251 - Should be able to see if the group `is_active`
Issue -
State: open - Opened by bwcDvorak 11 months ago
#250 - Tracking: JS SDK (Group Chat - Web)
Issue -
State: open - Opened by nplasterer 11 months ago
#249 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 7 months ago
#248 - Fix React SDK dev and peer deps
Pull Request -
State: closed - Opened by rygine 7 months ago
- 1 comment
#247 - Upgrade developer dependencies
Pull Request -
State: closed - Opened by rygine 7 months ago
- 1 comment
#246 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 7 months ago
#245 - Upgrade to latest JS SDK
Pull Request -
State: closed - Opened by rygine 7 months ago
- 1 comment
#244 - Update Next.js example
Pull Request -
State: closed - Opened by rygine 8 months ago
- 1 comment
#243 - Bug: Module not found: Error: Can't resolve 'react/jsx-runtime' in '../node_modules/@xmtp/react-sdk/lib'
Issue -
State: open - Opened by salientnet 8 months ago
- 2 comments
Labels: bug
#242 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 8 months ago
#241 - Transaction Id Fix
Pull Request -
State: closed - Opened by daria-github 8 months ago
- 1 comment
#240 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 9 months ago
#239 - Add transactionId
Pull Request -
State: closed - Opened by daria-github 9 months ago
- 1 comment
#238 - Change consent message
Pull Request -
State: closed - Opened by daria-github 9 months ago
- 1 comment
#237 - Update publishing docs
Pull Request -
State: closed - Opened by rygine 9 months ago
- 1 comment
#236 - Manually bump version for consent-proof-signature
Pull Request -
State: closed - Opened by rygine 9 months ago
- 1 comment
#235 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 9 months ago
#234 - Add CommonJS export to consent-proof-signature
Pull Request -
State: closed - Opened by rygine 9 months ago
- 1 comment
Labels: MLS Node - Prod
#233 - Feature request: Add caching support for multiple environments
Issue -
State: open - Opened by rygine 9 months ago
Labels: enhancement
#232 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 9 months ago
#231 - Add consent proof message package
Pull Request -
State: closed - Opened by alexrisch 9 months ago
- 1 comment
Labels: Consent Proof
#230 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 9 months ago
#229 - Pass postUrl through in frameInfo
Pull Request -
State: closed - Opened by daria-github 9 months ago
- 1 comment
#228 - Update README.md
Pull Request -
State: closed - Opened by fabriguespe 9 months ago
- 1 comment
#227 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 9 months ago
#226 - Export `useMessage` hook
Pull Request -
State: closed - Opened by rygine 9 months ago
- 1 comment
#225 - Feature request: expose the useMessage() hook from react-sdk
Issue -
State: closed - Opened by bwcDvorak 10 months ago
Labels: enhancement
#224 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 10 months ago
#223 - Add postTransaction support
Pull Request -
State: closed - Opened by daria-github 10 months ago
- 1 comment
#222 - Feature request: Light-weight Bundle for getting signing information required for Consent Proofs
Issue -
State: closed - Opened by alexrisch 10 months ago
Labels: enhancement, Consent Proof
#221 - Adding 'Partner Support' label
Issue -
State: closed - Opened by bwcDvorak 10 months ago
Labels: enhancement, Partner Support
#220 - Frames Client State
Pull Request -
State: closed - Opened by alexrisch 11 months ago
- 1 comment
#219 - Add DB schema check and instructions for updating the schema version
Pull Request -
State: closed - Opened by rygine 11 months ago
- 2 comments
#218 - Update READMEs
Pull Request -
State: closed - Opened by rygine 11 months ago
- 1 comment
#217 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 11 months ago
#216 - Reorganize dependencies
Pull Request -
State: closed - Opened by rygine 11 months ago
- 1 comment
#215 - Bug: DexieError after upgrade to latest xmtp sdks
Issue -
State: closed - Opened by doktordos-eth 11 months ago
- 2 comments
Labels: bug
#214 - Feature request: Add Next.js and Remix examples
Issue -
State: closed - Opened by rygine 11 months ago
Labels: enhancement
#213 - Add Next.js and Remix examples
Pull Request -
State: closed - Opened by rygine 11 months ago
- 1 comment
#212 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 11 months ago
#211 - Upgrade dependencies
Pull Request -
State: closed - Opened by rygine 11 months ago
- 1 comment
#210 - Upgrade developer dependencies
Pull Request -
State: closed - Opened by rygine 11 months ago
- 1 comment
#209 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 11 months ago
#208 - Bug: message.sent and message.sentAt
Issue -
State: closed - Opened by fabriguespe 11 months ago
- 2 comments
Labels: bug
#207 - Add State field to be in line with OF spec
Pull Request -
State: closed - Opened by neekolas 11 months ago
- 2 comments
#206 - `message.contentType` is a string but `codecFor` expects an object
Issue -
State: closed - Opened by fabriguespe 11 months ago
- 2 comments
Labels: bug
#205 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 11 months ago
#204 - Upgrade JS SDK and other dependencies
Pull Request -
State: closed - Opened by rygine 11 months ago
- 1 comment
#203 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 12 months ago
#202 - Add text input support
Pull Request -
State: closed - Opened by neekolas 12 months ago
- 1 comment
#201 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 12 months ago
#200 - Use 0.2.0 of proxy-client
Pull Request -
State: closed - Opened by neekolas 12 months ago
- 1 comment
#199 - release: version packages
Pull Request -
State: closed - Opened by github-actions[bot] 12 months ago
#198 - Use new frames proxy
Pull Request -
State: closed - Opened by neekolas 12 months ago
- 1 comment