会话
This commit is contained in:
@@ -9,7 +9,6 @@ class PrivateConversationModel {
|
||||
String friendRemark;
|
||||
V2TimConversation? conversation;
|
||||
V2TimUserFullInfo? userProfile;
|
||||
bool isStaffer;
|
||||
bool allowStranger; // 允许陌生人消息
|
||||
String? shopId; // 他是哪个店铺的客服
|
||||
|
||||
@@ -19,7 +18,6 @@ class PrivateConversationModel {
|
||||
this.isFriend = false,
|
||||
this.conversation,
|
||||
this.userProfile,
|
||||
this.isStaffer = false,
|
||||
this.allowStranger = true,
|
||||
this.shopId,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user