bump version to 0.5.3 (#2306)

This commit is contained in:
takatost
2024-02-01 18:11:57 +08:00
committed by GitHub
parent b521aafd26
commit 9f637ead38
169 changed files with 591 additions and 670 deletions

View File

@@ -3,9 +3,10 @@ import time
import click
from celery import shared_task
from constants.languages import languages
from extensions.ext_mail import mail
from flask import current_app, render_template
from constants.languages import languages
@shared_task(queue='mail')
def send_invite_member_mail_task(language: str, to: str, token: str, inviter_name: str, workspace_name: str):