Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Comment explaining why body is sent
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTimeWalker committed Jul 30, 2019
1 parent be8ebdb commit 74ba8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app/shared/services/scalar/scalar-widget.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class ScalarWidgetApi {
data: {
description: sticker.description,
content: {
// Riot Android needs body in content or else sticker sending fails
body: sticker.description,
url: sticker.thumbnail.mxc,
info: {
Expand Down

0 comments on commit 74ba8d7

Please sign in to comment.