adding route for the getting of conversation details
This commit is contained in:
@@ -4,7 +4,7 @@ import { ObjectId } from "mongodb";
|
||||
|
||||
export default class Relationship {
|
||||
constructor(
|
||||
public senderUserId: string,
|
||||
public senderUserId: string, // sender as the one to initiate the relationship
|
||||
public receiverUserId: string,
|
||||
public state: RelationshipState,
|
||||
public createdDate: Date = new Date(),
|
||||
|
||||
Reference in New Issue
Block a user