Skip to content

Verification messages fallback for private DM#29

Draft
MohnDoe wants to merge 3 commits intomainfrom
feature/che-21-verification-dm-fallback-when-cant-dm-someone
Draft

Verification messages fallback for private DM#29
MohnDoe wants to merge 3 commits intomainfrom
feature/che-21-verification-dm-fallback-when-cant-dm-someone

Conversation

@MohnDoe
Copy link
Owner

@MohnDoe MohnDoe commented Oct 17, 2025

No description provided.

@linear
Copy link

linear bot commented Oct 17, 2025

@MohnDoe MohnDoe changed the base branch from main to staging October 17, 2025 12:49
@MohnDoe MohnDoe marked this pull request as draft October 17, 2025 12:49
@github-actions
Copy link

Neon logo Neon Schema Diff summary

Schema diff between the compare branch (preview/pr-29-feature/che-21-verification-dm-fallback-when-cant-dm-someone) and the base branch (production).

Index: neondb-schema.sql
===================================================================
--- neondb-schema.sql	Branch production
+++ neondb-schema.sql	Branch preview/pr-29-feature/che-21-verification-dm-fallback-when-cant-dm-someone
@@ -74,9 +74,11 @@
     "updatedAt" timestamp(3) without time zone NOT NULL,
     "followedByBot" boolean DEFAULT false NOT NULL,
     "privateProfile" boolean DEFAULT false NOT NULL,
     username text NOT NULL,
-    "privateInstructionsSent" boolean DEFAULT false NOT NULL
+    "privateInstructionsSent" boolean DEFAULT false NOT NULL,
+    "originalInteractionChannelId" text,
+    "originalInteractionId" text
 );
 
 
 ALTER TABLE public."HevyVerification" OWNER TO neondb_owner;

This comment was last updated at Fri, 17 Oct 2025 12:49:57 GMT

@MohnDoe MohnDoe changed the base branch from staging to next-release October 19, 2025 10:03
@MohnDoe MohnDoe changed the base branch from next-release to main November 1, 2025 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant