Skip to content

Commit f04e9e6

Browse files
committed
remove old todos
1 parent 4afa403 commit f04e9e6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

apps/meteor/server/services/media-call/getHistoryMessagePayload.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { intervalToDuration, secondsToMilliseconds } from 'date-fns';
44

55
const APP_ID = 'media-call-core';
66

7-
// TODO bold the text
87
export const callStateToTranslationKey = (callState: CallHistoryItemState): TextObject => {
98
switch (callState) {
109
case 'ended':
@@ -55,7 +54,6 @@ export const getFormattedCallDuration = (callDuration: number | undefined): Text
5554
} as const;
5655
};
5756

58-
// TODO proper translation keys
5957
export const getHistoryMessagePayload = (
6058
callState: CallHistoryItemState,
6159
callDuration: number | undefined,

apps/meteor/server/services/media-call/service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export class MediaCallService extends ServiceClassInternal implements IMediaCall
8080
return;
8181
}
8282

83-
// TODO: save external media calls to history
8483
if (call.uids.length !== 2) {
8584
return;
8685
}

0 commit comments

Comments
 (0)