mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
Revert "feat(linq): add interactive onboarding adapter"
This reverts commit b91e43714b.
This commit is contained in:
@@ -16,7 +16,6 @@ import {
|
||||
type ResolvedLinqAccount,
|
||||
type LinqProbe,
|
||||
LinqConfigSchema,
|
||||
linqOnboardingAdapter,
|
||||
} from "openclaw/plugin-sdk";
|
||||
import { getLinqRuntime } from "./runtime.js";
|
||||
|
||||
@@ -28,7 +27,6 @@ export const linqPlugin: ChannelPlugin<ResolvedLinqAccount, LinqProbe> = {
|
||||
...meta,
|
||||
aliases: ["linq-imessage"],
|
||||
},
|
||||
onboarding: linqOnboardingAdapter,
|
||||
pairing: {
|
||||
idLabel: "phoneNumber",
|
||||
notifyApproval: async ({ id }) => {
|
||||
|
||||
Reference in New Issue
Block a user