Commit ba543be
authored
[CHA-0] Add user_message_reminders field to ChannelType for channel type updates (#219)
* changed filter conditions to filter
* updated testcases
* removed unwanted changes
* fixed linting
* feat: Add user_message_reminders field to ChannelType for channel type updates
* feat: Add test for user_message_reminders field in ChannelType
* fix: Remove trailing whitespace from ChannelTypeTest for Spotless compliance
* fix: Handle Push V3 requirement in user_message_reminders test gracefully
* fix: Update user_message_reminders test to not require Push V3
* fix: Format test code for Spotless compliance1 parent 34344ae commit ba543be
File tree
2 files changed
+37
-0
lines changed- src
- main/java/io/getstream/chat/java/models
- test/java/io/getstream/chat/java
2 files changed
+37
-0
lines changedLines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
330 | 334 | | |
331 | 335 | | |
332 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
333 | 341 | | |
334 | 342 | | |
335 | 343 | | |
| |||
477 | 485 | | |
478 | 486 | | |
479 | 487 | | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
480 | 492 | | |
481 | 493 | | |
482 | 494 | | |
| |||
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
171 | 196 | | |
0 commit comments