Skip to content

Commit

Permalink
message import updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Madame-Aehm committed Jul 6, 2023
1 parent 24f1f99 commit 960797f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/codac-quasseln/src/pages/main-chat/[chatId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { gql, useQuery, useMutation } from "@apollo/client";
import React, { FormEvent, useEffect, useRef, useState } from "react";
import { useAuth } from "#/contexts/authContext";
import { timeStamp } from "console";
import Message from "#/components/chat/main-chat/message";

// This query is to find the chatroom.... NOT all the messages... (do you mean conversations????)
interface Conversation {
Expand Down

0 comments on commit 960797f

Please sign in to comment.