Merge pull request #1086 from LegendaryZer0/patch-1
This commit is contained in:
commit
ab29b41872
@ -29,7 +29,7 @@ As an example, if you want to restrict the updates to photos only, then you may
|
|||||||
```java
|
```java
|
||||||
@Override
|
@Override
|
||||||
public boolean checkGlobalFlags(Update update) {
|
public boolean checkGlobalFlags(Update update) {
|
||||||
return Flag.PHOTO;
|
return Flag.PHOTO.test(update);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user