mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 11:58:50 +00:00
refactor: performance
This commit is contained in:
@ -75,6 +75,7 @@ class _StreamPage extends State<StreamPage> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return RxFilter<Nip01Event>(
|
||||
Key("stream:event:${widget.stream.aTag}"),
|
||||
relays: widget.stream.info.relays,
|
||||
filters: [
|
||||
Filter(
|
||||
|
Reference in New Issue
Block a user