Skip to content

Commit

Permalink
fix(transcribing): Fix missing transcribing status changed event.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Oct 24, 2024
1 parent 0636527 commit 390431f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/features/transcribing/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { showErrorNotification } from '../notifications/actions';
import { NOTIFICATION_TIMEOUT_TYPE } from '../notifications/constants';

import { TRANSCRIBER_LEFT } from './actionTypes';
import './subscriber';

/**
* Implements the middleware of the feature transcribing.
Expand Down

0 comments on commit 390431f

Please sign in to comment.