fix root id

This commit is contained in:
Michael Kochell
2022-11-22 22:42:57 -05:00
parent e2a0e7a4f3
commit f47091608d

View File

@@ -207,7 +207,7 @@ export function postEphemeralCallResponseForPost(serverUrl: string, response: Ap
serverUrl,
message,
post.channelId,
post.rootId,
post.rootId || post.id,
response.app_metadata?.bot_user_id,
);
}