You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[core] [app_users] removed upser:true on updating export status. If on successfull export there is no record about user in db - clear out export. (If export takes long time - user might be deleted)
plugins.dispatch("/systemlogs",{params:params,action:"export_app_user",data:{result:"error",uids:res[0].uid.join(", "),app_id:app_id,info:"User not exist",export_folder:export_folder}});
0 commit comments