We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46d104 commit 51dcc5eCopy full SHA for 51dcc5e
1 file changed
send.go
@@ -1046,6 +1046,8 @@ func getEditAttribute(msg *waE2E.Message) types.EditAttribute {
1046
return types.EditAttributeSenderRevoke
1047
case msg.KeepInChatMessage != nil && msg.KeepInChatMessage.GetKey().GetFromMe() && msg.KeepInChatMessage.GetKeepType() == waE2E.KeepType_UNDO_KEEP_FOR_ALL:
1048
1049
+ case msg.PinInChatMessage != nil:
1050
+ return types.EditAttributePinInChat
1051
}
1052
return types.EditAttributeEmpty
1053
0 commit comments