-
Notifications
You must be signed in to change notification settings - Fork 77
feat: add static location and live location support #1423
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
Conversation
8efe2d6 to
b3cfe1f
Compare
b3cfe1f to
36d56e1
Compare
|
Size Change: +7.75 kB (+1.79%) Total Size: 441 kB
|
# Conflicts: # src/channel.ts # src/events.ts # src/index.ts # src/types.ts
…iew and LiveLocationComposerLocation to LiveLocationPreview
# Conflicts: # src/channel.ts
|
I am unable to send a location message in a thread. Is it in the spec? I see there's an early exit in the code for |
I think this stems from the spec API definition - there is no place for thread id info in the methods signatures |
5d64d66 to
9b126e7
Compare
|
🎉 This PR is included in version 9.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR adds
LocationComposerclass - allows to compose a message with a shared_locationlive_location_sharing.started,live_location_sharing.stoppedChannel.sendSharedLocation- sends a message with a newshared_locationfieldChannel.stopLiveLocationSharing- dispatches locallive_location_sharing.stoppedevent to notifyLiveLocationManagerinstances (should probably just update message attachment withstopped_sharinginstead)LiveLocationManagerclass - reports location (client.updateSharedLocation) updates to the server for all the messages