RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/views/room/MessageList/hooks/useLoadSurroundingMessages.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function useLoadSurroundingMessages has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useLoadSurroundingMessages = (msgId?: IMessage['_id']) => {
    const queryClient = useQueryClient();
    const getMessage = useEndpoint('GET', '/v1/chat.getMessage');

    useEffect(() => {

    There are no issues that match your filters.

    Category
    Status