Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat #73

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Chat #73

merged 2 commits into from
Nov 20, 2023

Conversation

Bilaboz
Copy link
Collaborator

@Bilaboz Bilaboz commented Nov 20, 2023

uniformize returned message type:

interface MessageType {
  createdAt: string
  content: string;
  channel: string;
  user: User;
}

updated youJoined type:

{
    "id": 6,
    "createdAt": "2023-11-20T19:37:12.255Z",
    "updatedAt": "2023-11-20T19:37:12.255Z",
    "name": "salut",
    "type": "PUBLIC",
    "isDM": false
}

closes #72 closes #70

Copy link
Collaborator

@Pastequee Pastequee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Niquel

@Pastequee Pastequee merged commit b6a86a7 into main Nov 20, 2023
4 checks passed
@Pastequee Pastequee deleted the chat branch November 20, 2023 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants