Skip to content

Commit

Permalink
don't forward caption when forwarding attachment (keybase#24195)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum authored May 27, 2020
1 parent 3ab3b95 commit 6ed7e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/chat/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -3873,7 +3873,7 @@ func (h *Server) ForwardMessage(ctx context.Context, arg chat1.ForwardMessageArg
TlfName: dstConv.Info.TlfName,
Visibility: dstConv.Info.Visibility,
Filename: sink.Name(),
Title: mbod.Object.Title,
Title: "",
Metadata: mbod.Metadata,
IdentifyBehavior: arg.IdentifyBehavior,
EphemeralLifetime: ephemeralLifetime,
Expand Down Expand Up @@ -3949,7 +3949,7 @@ func (h *Server) ForwardMessageNonblock(ctx context.Context, arg chat1.ForwardMe
TlfName: dstConv.Info.TlfName,
Visibility: dstConv.Info.Visibility,
Filename: sink.Name(),
Title: mbod.Object.Title,
Title: "",
Metadata: mbod.Metadata,
IdentifyBehavior: arg.IdentifyBehavior,
EphemeralLifetime: ephemeralLifetime,
Expand Down

0 comments on commit 6ed7e29

Please sign in to comment.