[PR #1173] [MERGED] fix: correct invite url #22935

Closed
opened 2026-02-21 20:20:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1173
Author: @MatriQ
Created: 9/13/2023
Status: Merged
Merged: 9/14/2023
Merged by: @crazywoola

Base: mainHead: fix/correct-invite-link


📝 Commits (1)

📊 Changes

2 files changed (+3 additions, -10 deletions)

View changed files

📝 api/services/account_service.py (+0 -1)
📝 api/tasks/mail_invite_member_task.py (+3 -9)

📄 Description

Previously, the workspace_id was not removed from the invite link which is sent to the invitee email, it caused the link always expire.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/1173 **Author:** [@MatriQ](https://github.com/MatriQ) **Created:** 9/13/2023 **Status:** ✅ Merged **Merged:** 9/14/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/correct-invite-link` --- ### 📝 Commits (1) - [`ba4bc84`](https://github.com/langgenius/dify/commit/ba4bc8468a6bdc4f3f3011649242156e3c15bd7b) fix: correct invite url ### 📊 Changes **2 files changed** (+3 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `api/services/account_service.py` (+0 -1) 📝 `api/tasks/mail_invite_member_task.py` (+3 -9) </details> ### 📄 Description Previously, the `workspace_id` was not removed from the invite link which is sent to the invitee email, it caused the link always expire. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:20:05 -05:00
yindo closed this issue 2026-02-21 20:20:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22935