bugfix: RAI using the new membership format
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
assigned to @balessan
13 /** 14 * Return the user's memberships as a set of jabberIDs. 15 * 16 * @param {'circles' | 'projects'} entity 17 * @returns {Promise<string[]>} 18 */ 19 const fetchMemberships = async (entity) => { 20 const user = await document.querySelector('sib-auth').getUser(); 28 21 29 if (!retry) { 30 clearInterval(circleInterval); 31 resolve(circles); 32 } 33 }, 250); 34 }); 22 // FIXME: The context is undefined @manv does it work as is ? The FIXME is doubting me :-)
mentioned in commit 380f9d09
Please register or sign in to reply