π Bug Fixes
- Fixed community list cross-contamination caused by shared singleton state in
CommunityObserveListUseCase.
Environment
Environment
| Config | Version |
|---|---|
| Flutter | 3.35.6 |
π Bug Fixes
- Fixed community list sort instability during
loadNextpagination caused by sort typo and race condition in change events.
Environment
Environment
| Config | Version |
|---|---|
| Flutter | 3.35.6 |
π Bug Fixes
- Fixed community LiveCollection
avatarImagealways returning null due to incorrectFuture.waitcomposition.
Environment
Environment
| Config | Version |
|---|---|
| Flutter | 3.35.6 |
π Bug Fixes
- Fixed post live object children never emitting updates.
- Fixed post live collection double-emit issue.
Environment
Environment
| Config | Version |
|---|---|
| Flutter | 3.35.6 |
π Bug Fixes
- Fixed intermittent MQTT connection issues causing real-time messages to fail.
Environment
Environment
| Config | Version |
|---|---|
| Flutter | 3.35.6 |
π Bug Fixes
- Fixed MQTT reaction events overwriting
myReactionsfor posts. - Fixed race condition in channel live collections where async channel composition emitted before completion.
Environment
Environment
| Config | Version |
|---|---|
| Flutter | 3.35.6 |
π Bug Fixes
- Fixed false positive error propagation from
logout().
π New Features
Custom Message
- Added
createCustomMessage()function, enables user to create messages with typecustom. - Added
editCustomMessage()function, enables user to edit messages with typecustom.
Chat Search
- Added
searchMessage()function, enables user to search for messages. - Added
searchChannels()function, enables user to search for channels.
Archive Channel
- Added
getArchivedChannelIds()function, enables user to retrieve channel IDs of all archived channels.
User Search
- Added
matchTypeparam, enables user search withpartialmatch option.