Slack custom emoji: two-way sync + saveCustomEmoji SDK#180
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase C of comprehensive Slack reaction sync — workspace custom emoji (
:party_parrot:), both directions.Integrations.saveCustomEmoji(emoji: NewCustomEmoji[])so connectors can populate Plot's custom-emoji cache (changeset included).emoji:readrequested as an optional scope (degrades to standard-only if not granted).emoji.listwrapper +syncCustomEmoji(on channel-enable + daily): fetches workspace emoji, resolvesalias:chains, upserts asslack:<teamId>/<name>refs viasaveCustomEmoji, caches the name set.slack:<teamId>/<name>ref (renders as an image in Plot) instead of being dropped.slack:<teamId>/<name>ref is unwrapped to its name forreactions.add/remove.reactionCapabilities.customEmojiflippednone→workspace.Builds on Phase A (comprehensive standard emoji + skin tones) and Phase B (server-driven reaction capabilities).
Picker scoping + image rendering live in the core repo (separate change): the server stamps an opaque
twist_instance.custom_emoji_scope, and the Flutter picker offers a connection's custom emoji from the syncedcustom_emojicache. No clientmeta/provider logic.Test Plan
pnpm --filter @plotday/connector-slack test— 20 pass (incl. new syncCustomEmoji, inbound-ref, outbound-unwrap tests)pnpm exec tsc --noEmit+plot lint+pnpm buildcleanpnpm validate-changesetsvalid🤖 Generated with Claude Code