We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a new event for receive these notifications:
Due to we have friendship event already, I think it's better to reuse this event receive friendship delete event.
friendship
friendship delete
The only one thing we should do is that add a new type in FriendshipType:
FriendshipType
wechaty-puppet/src/schemas/friendship.ts
Lines 1 to 6 in 5fb409b
Named the new FriendshipType type as Delete.
Delete
export enum FriendshipType { Unknown = 0, Confirm, Receive, Verify, Delete, }
These two notifications should use the same type Deleted? Or add different type for them, e.g. Remove and Delete.
Deleted
Remove
The text was updated successfully, but these errors were encountered:
Vote for add two different FriendshipType: Remove and Delete
Sorry, something went wrong.
It would be better to clearly separate the two concept with the types, so either Removed and Delete or Deleted and Delete.
Removed
No branches or pull requests
Background
We need a new event for receive these notifications:
Due to we have
friendship
event already, I think it's better to reuse this event receivefriendship delete
event.The only one thing we should do is that add a new type in
FriendshipType
:wechaty-puppet/src/schemas/friendship.ts
Lines 1 to 6 in 5fb409b
Named the new
FriendshipType
type asDelete
.Discuss
These two notifications should use the same type
Deleted
? Or add different type for them, e.g.Remove
andDelete
.The text was updated successfully, but these errors were encountered: