fix(llc): dispose channel on deletion
This commit is contained in:
@@ -157,7 +157,10 @@ class ChannelListCoreState extends State<ChannelListCore> {
|
||||
presence: widget.presence,
|
||||
memberLimit: widget.memberLimit,
|
||||
messageLimit: widget.messageLimit,
|
||||
paginationParams: PaginationParams(limit: widget.limit),
|
||||
paginationParams: PaginationParams(
|
||||
limit: widget.limit,
|
||||
offset: 0,
|
||||
),
|
||||
);
|
||||
|
||||
/// Fetches more channels with updated pagination and updates the widget
|
||||
|
||||
Reference in New Issue
Block a user