mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-09-09 05:08:41 +00:00
feat(billing-counter) Removed iframe billing-counter callbacks (#9537)
* Removed iframe billing-counter callbacks * Moved remaining items to jaas * Fixed import path * Removed billingCounter condition * Use getvpaasTenant in middleware * Removed billingId * Path fix * Removed jwt from isVpaasMeeting * Fix isVpaas
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ENDPOINT_REACTION_NAME } from '../../../modules/API/constants';
|
||||
import { MiddlewareRegistry } from '../base/redux';
|
||||
import { isVpaasMeeting } from '../billing-counter/functions';
|
||||
import { isVpaasMeeting } from '../jaas/functions';
|
||||
|
||||
import {
|
||||
SET_REACTIONS_MESSAGE,
|
||||
|
||||
Reference in New Issue
Block a user