This website works better with JavaScript.
Home
Explore
Help
Sign In
Independent
/
gim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
DengBiao
1 year ago
parent
69eddab08c
commit
ef3766c52f
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
internal/logic/api/logic_ext.go
+ 3
- 0
internal/logic/api/logic_ext.go
View File
@@ -88,6 +88,9 @@ func (s *LogicExtServer) RecallMessage(ctx context.Context, in *pb.RecallMessage
SenderId: userId,
SenderId: userId,
DeviceId: deviceId,
DeviceId: deviceId,
}
}
utils.FilePutContents("RecallMessage", utils.SerializeStr(map[string]interface{}{
"args": in,
}))
seq, err := app.MessageApp.RecallMessage(ctx, &sender, in)
seq, err := app.MessageApp.RecallMessage(ctx, &sender, in)
if err != nil {
if err != nil {
return nil, err
return nil, err
Write
Preview
Loading…
Cancel
Save