Skip to content

Commit

Permalink
Ignore muted_until field from group object
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyBanditoz committed May 7, 2020
1 parent 444fa93 commit a6ff611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/banditoz/gmecord/api/Group.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package io.banditoz.gmecord.api;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;

import java.util.List;

@JsonIgnoreProperties("muted_until")
public class Group {
@Override
public String toString() {
Expand Down

0 comments on commit a6ff611

Please sign in to comment.