mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-25 07:50:54 +02:00
Fix code so channel create without about shd not crash
This commit is contained in:
parent
6dd8a2ab9b
commit
c50607119e
@ -812,7 +812,7 @@ class Store {
|
||||
}
|
||||
|
||||
if( json.containsKey('about')) {
|
||||
roomAbout = json['about'];
|
||||
roomAbout = json['about']??"";
|
||||
}
|
||||
|
||||
List<String> emptyMessageList = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user