Skip to content

Commit

Permalink
make it compilable.
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke committed Sep 13, 2016
1 parent a0ab062 commit e5f3545
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ public int getCharactersReservedPerMedia() {
return getTarget().getCharactersReservedPerMedia();
}

@Override
public int getDmTextCharacterLimit() {
return getTarget().getCharactersReservedPerMedia();
}


public Map<Integer, MediaEntity.Size> getPhotoSizes() {
return getTarget().getPhotoSizes();
Expand Down

0 comments on commit e5f3545

Please sign in to comment.