2022-01-18 19:54:45 +00:00
pragma Singleton
2021-07-23 16:28:16 +00:00
import QtQuick 2.14
import StatusQ . Components 0.1
QtObject {
2022-02-01 15:20:57 +00:00
property var demoChatListItems: ListModel {
2021-07-23 16:28:16 +00:00
id: demoChatListItems
ListElement {
2022-02-01 15:20:57 +00:00
itemId: "x012340000"
2021-07-23 16:28:16 +00:00
name: "#status"
2022-02-01 15:20:57 +00:00
icon: ""
2022-04-01 11:51:58 +00:00
emoji: ""
2022-02-01 15:20:57 +00:00
isIdenticon: false
2022-04-01 11:51:58 +00:00
colorHash: [ ]
2021-07-23 16:28:16 +00:00
color: "blue"
2022-02-01 15:20:57 +00:00
description: ""
type: StatusChatListItem . Type . PublicChat
hasUnreadMessages: true
notificationsCount: 0
muted: false
active: false
2021-07-28 11:08:56 +00:00
position: 0
2022-02-01 15:20:57 +00:00
isCategory: false
2022-12-01 16:58:37 +00:00
hasSubItems: false
2022-02-01 15:20:57 +00:00
subItems: [ ]
2021-07-23 16:28:16 +00:00
}
ListElement {
2022-02-01 15:20:57 +00:00
itemId: "x012340001"
2021-07-23 16:28:16 +00:00
name: "status-desktop"
2022-02-01 15:20:57 +00:00
icon: ""
2022-04-01 11:51:58 +00:00
emoji: ""
2022-02-01 15:20:57 +00:00
isIdenticon: false
2022-04-01 11:51:58 +00:00
colorHash: [ ]
2021-07-23 16:28:16 +00:00
color: "red"
2022-02-01 15:20:57 +00:00
description: ""
type: StatusChatListItem . Type . PublicChat
hasUnreadMessages: true
notificationsCount: 1
muted: false
active: false
2021-07-28 11:08:56 +00:00
position: 1
2022-02-01 15:20:57 +00:00
isCategory: false
2022-12-01 16:58:37 +00:00
hasSubItems: false
2022-02-01 15:20:57 +00:00
subItems: [ ]
2021-07-23 16:28:16 +00:00
}
ListElement {
2022-02-01 15:20:57 +00:00
itemId: "x012340002"
2021-07-23 16:28:16 +00:00
name: "Amazing Funny Squirrel"
2022-09-02 15:40:30 +00:00
icon: " data: image / png ; base64 , iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAlklEQVR4nOzW0QmDQBAG4SSkl7SUQlJGCrElq9F3QdjjVhh / 5 nv3cFhY9vUIYQiNITSG0BhCExPynn1gWf9bx498P7 /
nzPcxEzGExhBdJGYihtAYQlO + tUZvqrPbqeudo5iJGEJjCE15a3VtodH3q2ImYgiNITTlTdG1nUZ5a92VITQxITFiJmIIjSE0htAYQrMHAAD //+wwFVpz+yqXAAAAAElFTkSuQmCC"
2022-04-01 11:51:58 +00:00
emoji: ""
2022-02-01 15:20:57 +00:00
isIdenticon: true
2022-04-01 11:51:58 +00:00
colorHash: [ ]
2022-02-01 15:20:57 +00:00
color: "green"
description: ""
type: StatusChatListItem . Type . OneToOneChat
hasUnreadMessages: false
notificationsCount: 0
muted: false
active: true
2021-07-28 11:08:56 +00:00
position: 2
2022-02-01 15:20:57 +00:00
isCategory: false
2022-12-01 16:58:37 +00:00
hasSubItems: false
2022-02-01 15:20:57 +00:00
subItems: [ ]
2021-07-23 16:28:16 +00:00
}
ListElement {
2022-02-01 15:20:57 +00:00
itemId: "x012340003"
2021-07-23 16:28:16 +00:00
name: "Black Ops"
2022-02-01 15:20:57 +00:00
icon: ""
2022-04-01 11:51:58 +00:00
emoji: ""
2022-02-01 15:20:57 +00:00
isIdenticon: false
2022-04-01 11:51:58 +00:00
colorHash: [ ]
2021-07-23 16:28:16 +00:00
color: "purple"
2022-02-01 15:20:57 +00:00
description: ""
type: StatusChatListItem . Type . OneToOneChat
hasUnreadMessages: false
notificationsCount: 0
muted: false
active: false
2021-07-28 11:08:56 +00:00
position: 3
2022-02-01 15:20:57 +00:00
isCategory: false
2022-12-01 16:58:37 +00:00
hasSubItems: false
2022-02-01 15:20:57 +00:00
subItems: [ ]
2021-07-23 16:28:16 +00:00
}
ListElement {
2022-02-01 15:20:57 +00:00
itemId: "x012340004"
2021-07-23 16:28:16 +00:00
name: "Spectacular Growing Otter"
2022-02-01 15:20:57 +00:00
icon: ""
2022-04-01 11:51:58 +00:00
emoji: ""
2022-02-01 15:20:57 +00:00
isIdenticon: false
2022-04-01 11:51:58 +00:00
colorHash: [ ]
2022-02-01 15:20:57 +00:00
color: "orange"
description: ""
type: StatusChatListItem . Type . OneToOneChat
hasUnreadMessages: false
notificationsCount: 0
muted: false
active: false
2021-07-28 11:08:56 +00:00
position: 4
2022-02-01 15:20:57 +00:00
isCategory: false
2022-12-01 16:58:37 +00:00
hasSubItems: false
2022-02-01 15:20:57 +00:00
subItems: [ ]
2021-07-23 16:28:16 +00:00
}
ListElement {
2022-02-01 15:20:57 +00:00
itemId: "x012340005"
2021-07-23 16:28:16 +00:00
name: "channel-with-a-super-duper-long-name"
2022-02-01 15:20:57 +00:00
icon: ""
2022-04-01 11:51:58 +00:00
emoji: ""
2022-02-01 15:20:57 +00:00
isIdenticon: false
2022-04-01 11:51:58 +00:00
colorHash: [ ]
2021-07-23 16:28:16 +00:00
color: "green"
2022-02-01 15:20:57 +00:00
description: ""
type: StatusChatListItem . Type . PublicChat
hasUnreadMessages: false
notificationsCount: 0
muted: false
active: false
2021-07-28 11:08:56 +00:00
position: 5
2022-02-01 15:20:57 +00:00
isCategory: false
2022-12-01 16:58:37 +00:00
hasSubItems: false
2022-02-01 15:20:57 +00:00
subItems: [ ]
2021-07-23 16:28:16 +00:00
}
}
property var demoCommunityChatListItems: ListModel {
id: demoCommunityChatListItems
ListElement {
2022-02-01 15:20:57 +00:00
itemId: "x012340000"
2021-07-23 16:28:16 +00:00
name: "general"
2022-02-01 15:20:57 +00:00
icon: ""
isIdenticon: false
2021-07-23 16:28:16 +00:00
color: "orange"
2022-02-01 15:20:57 +00:00
description: ""
type: StatusChatListItem . Type . Unknown0
hasUnreadMessages: true
notificationsCount: 0
2021-07-23 16:28:16 +00:00
muted: false
2022-02-01 15:20:57 +00:00
active: false
2021-07-28 11:08:56 +00:00
position: 0
2022-02-01 15:20:57 +00:00
isCategory: true
2022-12-01 16:58:37 +00:00
hasSubItems: false
2022-02-01 15:20:57 +00:00
subItems: [ ]
2021-07-23 16:28:16 +00:00
}
ListElement {
2022-02-01 15:20:57 +00:00
itemId: "x0125340000"
name: "Pink Channel"
icon: ""
isIdenticon: false
color: "pink"
description: ""
type: StatusChatListItem . Type . CommunityChat
hasUnreadMessages: true
notificationsCount: 0
2021-07-23 16:28:16 +00:00
muted: false
2022-02-01 15:20:57 +00:00
active: false
2021-07-28 11:08:56 +00:00
position: 0
2022-02-01 15:20:57 +00:00
isCategory: false
2022-12-01 16:58:37 +00:00
hasSubItems: false
2022-02-01 15:20:57 +00:00
subItems: [ ]
2021-07-23 16:28:16 +00:00
}
ListElement {
2022-02-01 15:20:57 +00:00
itemId: "x012340001"
2021-07-23 16:28:16 +00:00
name: "Public"
2022-02-01 15:20:57 +00:00
icon: ""
isIdenticon: false
color: "orange"
description: ""
type: StatusChatListItem . Type . Unknown0
hasUnreadMessages: false
notificationsCount: 0
muted: false
active: true
2021-08-26 19:33:45 +00:00
position: 1
2022-02-01 15:20:57 +00:00
isCategory: true
2022-12-01 16:58:37 +00:00
hasSubItems: true
2022-02-01 15:20:57 +00:00
subItems: [
ListElement {
itemId: "x012340002"
parentItemId: "x012340001"
name: "random"
icon: ""
isIdenticon: false
color: "orange"
description: ""
hasUnreadMessages: true
notificationsCount: 4
muted: false
active: false
position: 0
} ,
ListElement {
itemId: "x012340003"
parentItemId: "x012340001"
name: "watercooler"
icon: ""
isIdenticon: false
color: "orange"
description: ""
hasUnreadMessages: false
notificationsCount: 0
muted: false
active: true
position: 1
}
]
}
ListElement {
itemId: "x012340004"
name: "Development"
icon: ""
isIdenticon: false
color: "orange"
description: ""
type: StatusChatListItem . Type . Unknown0
hasUnreadMessages: false
notificationsCount: 0
muted: false
active: false
position: 2
isCategory: true
2022-12-01 16:58:37 +00:00
hasSubItems: true
2022-02-01 15:20:57 +00:00
subItems: [
ListElement {
itemId: "x012340005"
parentItemId: "x012340004"
name: "language-design"
icon: ""
isIdenticon: false
color: "orange"
description: ""
hasUnreadMessages: false
notificationsCount: 0
muted: true
active: false
position: 0
}
]
2021-07-23 16:28:16 +00:00
}
}
property var demoProfileGeneralMenuItems: ListModel {
id: demoProfileGeneralMenuItems
ListElement {
title: "My Profile"
icon: "profile"
}
ListElement {
title: "Contacts"
icon: "contact"
}
ListElement {
title: "ENS Usernames"
icon: "username"
}
}
property var demoProfileSettingsMenuItems: ListModel {
id: demoProfileSettingsMenuItems
ListElement {
title: "Privacy & Security"
icon: "security"
}
ListElement {
title: "Appearance"
icon: "appearance"
}
ListElement {
title: "Browser"
icon: "browser"
}
ListElement {
title: "Sounds"
icon: "sound"
}
ListElement {
title: "Language"
icon: "language"
}
ListElement {
title: "Notifications"
icon: "notification"
}
ListElement {
title: "Sync settings"
icon: "mobile"
}
ListElement {
title: "Advanced"
icon: "settings"
}
}
property var demoProfileOtherMenuItems: ListModel {
id: demoProfileOtherMenuItems
ListElement {
title: "Need help?"
icon: "help"
}
ListElement {
title: "About"
icon: "info"
}
ListElement {
title: "Sign out & Quit"
icon: "logout"
}
}
//dummy search popup models
property var searchResultsA: ListModel {
2021-08-16 12:01:38 +00:00
ListElement { itemId: "i1" ; titleId: "t1" ; title: "@Flea" ; sectionName: "Messages" ; time: "18:55 AM" ; content: "lorem ipsum <font color='#4360DF'>@Nick</font> dolor sit amet" ;
2022-07-22 13:42:05 +00:00
image: "qrc:/demoapp/data/profile-image-1.jpeg" ;
2021-08-30 14:36:49 +00:00
color: "orange" ;
2022-07-22 13:42:05 +00:00
badgeImage: "qrc:/demoapp/data/profile-image-1.jpeg" ;
2021-07-23 16:28:16 +00:00
badgePrimaryText: "CryptoKities" ;
badgeSecondaryText: "" ;
2021-08-30 14:36:49 +00:00
badgeIconColor: "" ;
badgeIsLetterIdenticon: false }
ListElement { itemId: "i2" ; titleId: "t2" ; image: "" ; color: "blue" ; title: "core" ; sectionName: "Channels" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i3" ; titleId: "t3" ; image: "" ; color: "yellow" ; title: "communities-phase3" ; sectionName: "Channels" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i4" ; titleId: "t4" ; image: "" ; color: "black" ; title: "core-ui" ; sectionName: "Channels" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i5" ; titleId: "t5" ; image: "" ; color: "green" ; title: "desktop" ; sectionName: "Channels" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i6" ; titleId: "t6" ; image: "" ; color: "red" ; title: "Crocodile Vanilla Bird" ; sectionName: "Chat" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i7" ; titleId: "t7" ; image: "" ; color: "purple" ; title: "carmen eth" ; sectionName: "Chat" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i8" ; titleId: "t8" ; image: "" ; color: "red" ; title: "CryptoKitties" ; sectionName: "Communities" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i9" ; titleId: "t9" ; image: "" ; color: "blue" ; title: "MyCommunity" ; sectionName: "Communities" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i10" ; titleId: "t10" ; image: "" ; color: "green" ; title: "Foo" ; sectionName: "Communities" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
2021-07-23 16:28:16 +00:00
}
property var searchResultsB: ListModel {
2021-08-16 12:01:38 +00:00
ListElement { itemId: "i1" ; titleId: "t1" ; title: "@Ant" ; sectionName: "Messages" ; time: "11:43 AM" ; content: "<font color='#4360DF'>@John</font>, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum " ;
2021-08-30 14:36:49 +00:00
image: "" ;
color: "orange" ;
2021-07-23 16:28:16 +00:00
badgeImage: "" ;
badgePrimaryText: "CryptoKities" ;
badgeSecondaryText: "#design" ;
2021-08-30 14:36:49 +00:00
badgeIconColor: "pink" ; badgeIsLetterIdenticon: true }
ListElement { itemId: "i2" ; titleId: "t2" ; image: "" ; color: "blue" ; title: "support" ; sectionName: "Channels" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i3" ; titleId: "t3" ; image: "" ; color: "red" ; title: "desktop-ui" ; sectionName: "Channels" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i4" ; titleId: "t4" ; image: "" ; color: "orange" ; title: "climate-change" ; sectionName: "Chat" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i5" ; titleId: "t5" ; image: "" ; color: "black" ; title: "food" ; sectionName: "Chat" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "pink" ; badgeIsLetterIdenticon: true }
ListElement { itemId: "i6" ; titleId: "t6" ; image: "" ; color: "green" ; title: "CryptoKitties" ; sectionName: "Communities" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i7" ; titleId: "t7" ; image: "" ; color: "purple" ; title: "CryptoRangers" ; sectionName: "Communities" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "" ; badgeIsLetterIdenticon: false }
ListElement { itemId: "i8" ; titleId: "t8" ; image: "" ; color: "yellow" ; title: "Foo" ; sectionName: "Communities" ; time: "" ; content: "" ; badgeImage: "" ; badgePrimaryText: "" ; badgeSecondaryText: "" ; badgeIconColor: "orange" ; badgeIsLetterIdenticon: true }
2021-07-23 16:28:16 +00:00
}
property ListModel optionsModel: ListModel {
ListElement {
2021-08-16 12:04:00 +00:00
value: "item_1"
title: "Item with icon"
2021-07-23 16:28:16 +00:00
imageSource: ""
iconName: "chat"
iconColor: ""
2022-12-01 16:58:37 +00:00
isIdenticon: false
hasSubItems: true
2021-07-23 16:28:16 +00:00
subItems: [
ListElement {
2021-08-16 12:04:00 +00:00
value: "sub_item_1_1"
2021-07-23 16:28:16 +00:00
text: "Profile image item"
2022-07-22 13:42:05 +00:00
imageSource: "qrc:/demoapp/data/profile-image-1.jpeg"
2021-07-23 16:28:16 +00:00
iconName: ""
iconColor: ""
} ,
ListElement {
2021-08-16 12:04:00 +00:00
value: "sub_item_1_2"
2021-07-23 16:28:16 +00:00
text: "identicon item"
2022-09-02 15:40:30 +00:00
imageSource: " data: image / png ; base64 , iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAlklEQVR4nOzW0QmDQBAG4SSkl7SUQlJGCrElq9F3QdjjVhh / 5 nv3cFhY9vUIYQiNITSG0BhCExPynn1gWf9bx498P7 /
nzPcxEzGExhBdJGYihtAYQlO + tUZvqrPbqeudo5iJGEJjCE15a3VtodH3q2ImYgiNITTlTdG1nUZ5a92VITQxITFiJmIIjSE0htAYQrMHAAD //+wwFVpz+yqXAAAAAElFTkSuQmCC"
2021-07-23 16:28:16 +00:00
iconName: ""
iconColor: ""
} ] }
2022-12-01 16:58:37 +00:00
ListElement {
value: "item_1"
title: "No submenu"
imageSource: ""
iconName: "airdrop"
isIdenticon: false
hasSubItems: false
subItems: [ ]
}
2021-07-23 16:28:16 +00:00
ListElement {
2021-08-16 12:04:00 +00:00
value: "item_2"
2021-07-23 16:28:16 +00:00
title: "Community item" ;
2022-07-22 13:42:05 +00:00
imageSource: "qrc:/demoapp/data/profile-image-1.jpeg"
2021-07-23 16:28:16 +00:00
iconName: ""
iconColor: ""
2022-12-01 16:58:37 +00:00
isIdenticon: false
hasSubItems: true
2021-07-23 16:28:16 +00:00
subItems: [
ListElement {
2021-08-16 12:04:00 +00:00
value: "sub_item_2_1"
2021-07-23 16:28:16 +00:00
text: "welcome"
imageSource: ""
iconName: "channel"
iconColor: ""
} ,
ListElement {
2021-08-16 12:04:00 +00:00
value: "sub_item_2_2"
2021-07-23 16:28:16 +00:00
text: "support"
imageSource: ""
iconName: "channel"
iconColor: ""
} ,
ListElement {
2021-08-16 12:04:00 +00:00
value: "sub_item_2_3"
2021-07-23 16:28:16 +00:00
text: "news"
imageSource: ""
iconName: "channel"
iconColor: ""
} ] }
ListElement {
2021-08-16 12:04:00 +00:00
value: "item_3"
2021-07-23 16:28:16 +00:00
title: "Other" ;
imageSource: "" ;
iconName: "info"
iconColor: ""
2022-12-01 16:58:37 +00:00
isIdenticon: false
hasSubItems: true
2021-07-23 16:28:16 +00:00
subItems: [
ListElement {
2021-08-16 12:04:00 +00:00
value: "sub_item_3_1"
2021-07-23 16:28:16 +00:00
text: "news"
imageSource: ""
iconName: "channel"
iconColor: ""
} ] }
ListElement {
2021-08-16 12:04:00 +00:00
value: "item_4"
2021-07-23 16:28:16 +00:00
title: "Letter identicon" ;
imageSource: "" ;
iconName: ""
iconColor: "red"
2022-12-01 16:58:37 +00:00
isIdenticon: false
hasSubItems: true
2021-07-23 16:28:16 +00:00
subItems: [
ListElement {
2021-08-16 12:04:00 +00:00
value: "sub_item_4_1"
2021-07-23 16:28:16 +00:00
text: "news"
imageSource: ""
iconName: "channel"
iconColor: ""
} ] }
}
2021-12-16 10:17:03 +00:00
property var chatMessagesModel: ListModel {
id: messageData
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1656937930"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-08-20 00:01:28 +00:00
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
2022-09-14 07:27:01 +00:00
senderDisplayName: "Ferocious Herringbone Sinewave"
senderOptionalName: ""
2022-09-02 15:40:30 +00:00
profileImage: " data: image / png ; base64 , iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAlklEQVR4nOzW0QmDQBAG4SSkl7SUQlJGCrElq9F3QdjjVhh / 5 nv3cFhY9vUIYQiNITSG0BhCExPynn1gWf9bx498P7 /
nzPcxEzGExhBdJGYihtAYQlO + tUZvqrPbqeudo5iJGEJjCE15a3VtodH3q2ImYgiNITTlTdG1nUZ5a92VITQxITFiJmIIjSE0htAYQrMHAAD //+wwFVpz+yqXAAAAAElFTkSuQmCC"
2022-08-20 00:01:28 +00:00
contentType: StatusMessage . ContentType . Text
message: '<p>Long message<br>Adapted from "The Colors of Animals" by Sir John Lubbock in A Book of Natural History (1902, ed. David Starr Jordan)</p><p>The color of animals is by no means a matter of chance; it depends on many considerations, but in the majority of cases tends to protect the animal from danger by rendering it less conspicuous. Perhaps it may be said that if coloring is mainly protective, there ought to be but few brightly colored animals. There are, however, not a few cases in which vivid colors are themselves protective. The kingfisher itself, though so brightly colored, is by no means easy to see. The blue harmonizes with the water, and the bird as it darts along the stream looks almost like a flash of sunlight.</p><p>Desert animals are generally the color of the desert. Thus, for instance, the lion, the antelope, and the wild donkey are all sand-colored. “Indeed,” says Canon Tristram, “in the desert, where neither trees, brushwood, nor even undulation of the surface afford the slightest protection to its foes, a modification of color assimilated to that of the surrounding country is absolutely necessary. Hence, without exception, the upper plumage of every bird, and also the fur of all the smaller mammals and the skin of all the snakes and lizards, is of one uniform sand color.”</p><p>The next point is the color of the mature caterpillars, some of which are brown. This probably makes the caterpillar even more conspicuous among the green leaves than would otherwise be the case. Let us see, then, whether the habits of the insect will throw any light upon the riddle. What would you do if you were a big caterpillar? Why, like most other defenseless creatures, you would feed by night, and lie concealed by day. So do these caterpillars. When the morning light comes, they creep down the stem of the food plant, and lie concealed among the thick herbage and dry sticks and leaves, near the ground, and it is obvious that under such circumstances the brown color really becomes a protection. It might indeed be argued that the caterpillars, having become brown, concealed themselves on the ground, and that we were reversing the state of things. But this is not so, because, while we may say as a general rule that large caterpillars feed by night and lie concealed by day, it is by no means always the case that they are brown; some of them still retaining the green color. We may then conclude that the habit of concealing themselves by day came first, and that the brown color is a later adaptation.</p><p>The example of the mature caterpillar in the third paragraph is primarily intended to demonstrate _____________.</p>'
messageContent: ""
2022-07-06 15:43:51 +00:00
isContact: true
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . None
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: false
2022-08-20 00:01:28 +00:00
replySenderId: ""
replySenderName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1657937930"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-08-20 00:01:28 +00:00
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
2022-09-14 07:27:01 +00:00
senderDisplayName: "Teenage Mutant Turtle"
senderOptionalName: ""
2022-08-20 00:01:28 +00:00
profileImage: ""
contentType: StatusMessage . ContentType . Text
message: 'Simple text message'
messageContent: ""
isContact: false
trustIndicator: StatusContactVerificationIcons . TrustedType . None
hasMention: false
editMode: false
isReply: false
replySenderId: ""
replySenderName: ""
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
replyContentType: StatusMessage . ContentType . Text
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
timestamp: "1657937930"
amIsender: false
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
2022-09-14 07:27:01 +00:00
senderDisplayName: "Bro from work"
senderOptionalName: "Teenage Mutant Turtle"
2022-08-20 00:01:28 +00:00
profileImage: ""
contentType: StatusMessage . ContentType . Text
message: '<code>Renamed, contact</code>'
2021-12-16 10:17:03 +00:00
messageContent: ""
2022-07-06 15:43:51 +00:00
isContact: true
2022-08-20 00:01:28 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . None
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: false
2022-08-20 00:01:28 +00:00
replySenderId: ""
replySenderName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1657937930"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-08-20 00:01:28 +00:00
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
2022-09-14 07:27:01 +00:00
senderOptionalName: "@turtle.statusofus.eth"
senderDisplayName: "Bro from work"
2022-08-20 00:01:28 +00:00
profileImage: ""
contentType: StatusMessage . ContentType . Text
message: '<code>ENS, Renamed, Contact, Untrustworthy</code>'
messageContent: ""
isContact: true
trustIndicator: StatusContactVerificationIcons . TrustedType . Untrustworthy
hasMention: false
editMode: false
isReply: false
replySenderId: ""
replySenderName: ""
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
replyContentType: StatusMessage . ContentType . Text
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
timestamp: "1658937930"
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
amIsender: false
2022-09-14 07:27:01 +00:00
senderOptionalName: "@turtle.statusofus.eth"
senderDisplayName: "Bro from work"
2022-08-20 00:01:28 +00:00
profileImage: ""
message: '<code>ENS, renamed, contact, verified</code>'
contentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
messageContent: ""
2022-07-06 15:43:51 +00:00
isContact: true
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . Verified
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: false
2022-08-20 00:01:28 +00:00
replySenderId: ""
replySenderName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1658937930"
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-09-14 07:27:01 +00:00
senderOptionalName: "Teenage Mutant Turtle"
senderDisplayName: "Bro from work"
2022-08-20 00:01:28 +00:00
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg="
message: 'With profile image, no ENS'
contentType: StatusMessage . ContentType . Text
messageContent: ""
isContact: true
trustIndicator: StatusContactVerificationIcons . TrustedType . Verified
hasMention: false
editMode: false
isReply: false
replySenderId: ""
replySenderName: ""
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
replyContentType: StatusMessage . ContentType . Text
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
timestamp: "1658937930"
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
amIsender: false
2022-09-14 07:27:01 +00:00
senderOptionalName: "@turtle.statusofus.eth"
senderDisplayName: "Bro from work"
2022-08-20 00:01:28 +00:00
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg="
message: 'With profile image and ENS'
contentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
messageContent: ""
2022-08-20 00:01:28 +00:00
isContact: true
trustIndicator: StatusContactVerificationIcons . TrustedType . Verified
hasMention: false
editMode: false
isReply: false
replySenderId: ""
replySenderName: ""
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
replyContentType: StatusMessage . ContentType . Text
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
timestamp: "1658937930"
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
amIsender: true
2022-09-14 07:27:01 +00:00
senderDisplayName: "You"
senderOptionalName: "@ghd.statusofus.eth"
2022-08-20 00:01:28 +00:00
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg="
message: 'Message with image'
contentType: StatusMessage . ContentType . Image
messageContent: "https://placekitten.com/400/400"
2022-07-06 15:43:51 +00:00
isContact: false
2022-08-20 00:01:28 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . None
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: false
2022-08-20 00:01:28 +00:00
replySenderId: ""
replySenderName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1658937930"
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
amIsender: true
2022-09-14 07:27:01 +00:00
senderDisplayName: "You"
senderOptionalName: "@ghd.statusofus.eth"
2022-08-20 00:01:28 +00:00
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg="
message: '👍'
contentType: StatusMessage . ContentType . Emoji
messageContent: "👍"
isContact: false
trustIndicator: StatusContactVerificationIcons . TrustedType . None
hasMention: false
editMode: false
isReply: false
replySenderId: ""
replySenderName: ""
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
replyContentType: StatusMessage . ContentType . Text
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
timestamp: "1658937930"
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
amIsender: true
2022-09-14 07:27:01 +00:00
senderDisplayName: "You"
senderOptionalName: "@ghd.statusofus.eth"
2022-08-20 00:01:28 +00:00
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg="
message: 'Message with sticker'
contentType: StatusMessage . ContentType . Sticker
messageContent: "https://ipfs.infura.io/ipfs/QmW4rVW3BXYHiDHzD6cDwVZtuvEa6aPyb1bbEnitEA6Hhg"
isContact: false
trustIndicator: StatusContactVerificationIcons . TrustedType . None
hasMention: false
editMode: false
isReply: false
replySenderId: ""
replySenderName: ""
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
replyContentType: StatusMessage . ContentType . Text
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
timestamp: "1660937930"
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
amIsender: true
2022-09-14 07:27:01 +00:00
senderDisplayName: "You"
senderOptionalName: "@ghd.statusofus.eth"
2022-08-20 00:01:28 +00:00
message: ""
isCurrentUser: true
contentType: StatusMessage . ContentType . Audio
messageContent: "/home/khushboo/Music/SymphonyNo6.mp3"
repeatMessageInfo: true
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
isContact: true
trustIndicator: StatusContactVerificationIcons . TrustedType . None
hasMention: false
editMode: false
isReply: false
replySenderId: ""
replySenderName: ""
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
replyContentType: StatusMessage . ContentType . Text
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
timestamp: "1660937930"
senderId: "0x04d1bed19c523299cbd07ddec7b8949ad7dd923819a68e0b733c9c0bc38cde276bd256f098e755f8f028395c2c91f438a22adaff6caded060b7cc0ef3f470f1234"
2021-12-16 10:17:03 +00:00
amIsender: true
2022-09-14 07:27:01 +00:00
senderDisplayName: "You"
senderOptionalName: "@ghd.statusofus.eth"
2021-12-16 10:17:03 +00:00
message: "Hi Johnny"
isCurrentUser: true
2022-08-20 00:01:28 +00:00
contentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
messageContent: ""
repeatMessageInfo: true
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
2022-07-06 15:43:51 +00:00
isContact: true
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . None
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: false
2022-08-20 00:01:28 +00:00
replySenderId: ""
replySenderName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: true
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1660937930"
senderId: "0x04d1bed19c523299cbd07ddec7b8949ad7dd923819a68e0b733c9c0bc38cde276bd256f098e755f8f028395c2c91f438a22adaff6caded060b7cc0ef3f470f1234"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-09-14 07:27:01 +00:00
senderDisplayName: "Pompie"
senderOptionalName: "@ghd.statusofus.eth"
2022-08-20 00:01:28 +00:00
message: '<p>Do you have a Bitcoin wallet or Coinbase wallet?<br />You can earn up to 0.06021BTC every 3 hours with your phone or PC...<br />Without referrals nor registration fee...<br />If you are interested ask me “HOW”<br /><a href="https://t.me/Markstones455">https://t.me/Markstones455</a></p>'
2021-12-16 10:17:03 +00:00
isCurrentUser: true
2022-08-20 00:01:28 +00:00
contentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
messageContent: ""
repeatMessageInfo: true
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
2022-07-06 15:43:51 +00:00
isContact: false
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . Untrustworthy
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: false
2022-08-20 00:01:28 +00:00
replySenderId: ""
replySenderName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: true
pinnedBy: "Teenage Mutant Turtle"
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1660937930"
senderId: "0x04d1bed19c523299cbd07ddec7b8949ad7dd923819a68e0b733c9c0bc38cde276bd256f098e755f8f028395c2c91f438a22adaff6caded060b7cc0ef3f470f1234"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-09-14 07:27:01 +00:00
senderDisplayName: "Pompie"
senderOptionalName: "@ghd.statusofus.eth"
2022-08-20 00:01:28 +00:00
message: '<p><a href="//0x0431859bd00be79baef9617f4719ce73d2d261a2496f9a861f447a2f8ba34bf7ba03e572bb39fcf2df43564d39f6364bfe9be0a1fca3bf741e8f4b9492f86db427" class="mention">Uniform Dark Pike</a></p>'
2021-12-16 10:17:03 +00:00
isCurrentUser: true
2022-08-20 00:01:28 +00:00
contentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
messageContent: ""
repeatMessageInfo: true
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
2022-07-06 15:43:51 +00:00
isContact: false
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . Untrustworthy
2021-12-16 10:17:03 +00:00
hasMention: true
editMode: false
isReply: false
2022-08-20 00:01:28 +00:00
replySenderId: ""
2021-12-16 10:17:03 +00:00
replySenderName: ""
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1660937930"
senderId: "0x04d1bed19c523299cbd07ddec7b8949ad7dd923819a68e0b733c9c0bc38cde276bd256f098e755f8f028395c2c91f438a22adaff6caded060b7cc0ef3f470f1234"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-09-14 07:27:01 +00:00
senderDisplayName: "Pompie"
senderOptionalName: "@ghd.statusofus.eth"
2021-12-16 10:17:03 +00:00
message: "Replying to text message"
isCurrentUser: true
2022-08-20 00:01:28 +00:00
contentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
messageContent: ""
repeatMessageInfo: true
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
2022-07-06 15:43:51 +00:00
isContact: false
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . Untrustworthy
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: true
2022-08-20 00:01:28 +00:00
replySenderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486dsfkjghyu2cf04"
2021-12-16 10:17:03 +00:00
replySenderName: "You"
2022-08-20 00:01:28 +00:00
replySenderEnsName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
replyMessageText: "Hi Johnny"
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1660937930"
senderId: "0x04d1bed19c523299cbd07ddec7b8949ad7dd923819a68e0b733c9c0bc38cde276bd256f098e755f8f028395c2c91f438a22adaff6caded060b7cc0ef3f470f1234"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-09-14 07:27:01 +00:00
senderDisplayName: "Pompie"
senderOptionalName: "@ghd.statusofus.eth"
2021-12-16 10:17:03 +00:00
message: "Replying to a Image Message"
isCurrentUser: true
2022-08-20 00:01:28 +00:00
contentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
messageContent: ""
repeatMessageInfo: true
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
2022-07-06 15:43:51 +00:00
isContact: false
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . Untrustworthy
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: true
2022-08-20 00:01:28 +00:00
replySenderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486dsfkjghyu2cf04"
2021-12-16 10:17:03 +00:00
replySenderName: "You"
2022-08-20 00:01:28 +00:00
replySenderEnsName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Image
2021-12-16 10:17:03 +00:00
replyMessageContent: " data: image / jpeg ; base64 , / 9 j / 4 A A Q S k Z J R g A B A Q A A A Q A B A A D / 4 g I o S U N D X 1 B S T 0 Z J T E U A A Q E A A A I Y A A A A A A I Q A A B t b n R y U k d C I F h Z W i A A A A A A A A A A A A A A A A B h Y 3 N w A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A Q A A 9 t Y A A Q A A A A D T L Q A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A l k Z X N j A A A A 8 A A A A H R y W F l a A A A B Z A A A A B R n W F l a A A A B e A A A A B R i W F l a A A A B j A A A A B R y V F J D A A A B o A A A A C h n V F J D A A A B o A A A A C h i V F J D A A A B o A A A A C h 3 d H B 0 A A A B y A A A A B R j c H J 0 A A A B 3 A A A A D x t b H V j A A A A A A A A A A E A A A A M Z W 5 V U w A A A F g A A A A c A H M A U g B H A E I A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A F h Z W i A A A A A A A A B v o g A A O P U A A A O Q W F l a I A A A A A A A A G K Z A A C 3 h Q A A G N p Y W V o g A A A A A A A A J K A A A A + E A A C 2 z 3 B h c m E A A A A A A A Q A A A A C Z m Y A A P K n A A A N W Q A A E 9 A A A A p b A A A A A A A A A A B Y W V o g A A A A A A A A 9 t Y A A Q A A A A D T L W 1 s d W M A A A A A A A A A A Q A A A A x l b l V T A A A A I A A A A B w A R w B v A G 8 A Z w B s A G U A I A B J A G 4 A Y w A u A C A A M g A w A D E A N v / b A E M A D Q k K C w o I D Q s K C w 4 O D Q 8 T I B U T E h I T J x w e F y A u K T E w L i k t L D M 6 S j 4 z N k Y 3 L C 1 A V 0 F G T E 5 S U 1 I y P l p h W l B g S l F S T / / b A E M B D g 4 O E x E T J h U V J k 8 1 L T V P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T 0 9 P T / / A A B E I A w 4 D s g M B I g A C E Q E D E Q H / x A A b A A A C A w E B A Q A A A A A A A A A A A A A A A Q I D B A U G B / / E A E Q Q A A I C A Q M C B Q I D B w M D A g U C B w E C A A M R B B I h M U E F E y J R Y T J x F F W T B h Y j Q o G R o R V S s T N i w S R y N D V T 0 e F D k v D x V K I l R I L / x A A Y A Q E B A Q E B A A A A A A A A A A A A A A A A A Q I D B P / E A C I R A Q E B A A M A A w E A A w E B A A A A A A A B E Q I h M Q M S Q V E i M m E E c f / a A A w D A Q A C E Q M R A D 8 A 9 V + 7 3 g n 5 V o / 0 h D 9 3 v B P y r R / p C d O E 8 2 1 1 x y / 3 e 8 E / K t H + k I / 3 e 8 E / K t H + k J 0 o 4 2 m R y / 3 e 8 E / K t J + k I f u 9 4 J + V a T 9 I T p w j a m O Z + 7 3 g n 5 V o / w B I Q / d 7 w T 8 q 0 f 6 Q n T h J t M c z 9 3 v B P y r S f p C H 7 v 8 A g n 5 V p P 0 x O n D E b V y O X + 7 3 g n 5 X p P 0 h H + 7 / A I J + V a T 9 I T p Q H S N p k c 3 9 3 / B P y r S f p C L 9 3 / B P y r S f p C d O E m 1 c j m f u / w C C f l W k / S E P 3 f 8 A B P y r S f p C d L E I 2 m R z f 3 f 8 E / K t J + k I f u / 4 L + V a T 9 I T p Q j a Z H N / d / w X 8 q 0 f 6 Q i / d / w X 8 q 0 n 6 Q n T h G 0 y O Z + 7 / g v 5 X p P 0 h D 9 3 / B P y v S f p C d K E b T I 5 v 7 v + C / l e k / S E P 3 f 8 F / K t J + k J 0 o 4 2 m R z P 3 f 8 A B f y v R / p C H 7 v + C / l e j / S E 6 c U n 2 p k c z 9 3 / A A X 8 r 0 n 6 Q j / d / w A E / K 9 J + k J 0 o c R t / p 0 5 v 7 v + C / l e k / S E P 3 f 8 E / K 9 J + k J 0 o S 7 T I 5 n 7 v 8 A g v 5 X p P 0 h D / Q P B f y r S f p C d O E b T I 5 n + g e C / l W k / T E P 9 A 8 F / K t J + m J 0 s Q j a d O b + 7 / g v 5 X p P 0 h D 9 3 / B f y v S f p C d K E m 0 6 c 3 9 3 / B f y v S f p C H 7 v + C / l e k / S E 6 U I 2 / 1 c j m / 6 B 4 L + V a T 9 I Q / d / w A F / K 9 J + k J 0 4 o 2 / 0 y O a P 2 f 8 F / K 9 J + k I f u / 4 L + V 6 T 9 I T p w j b / T I 5 n + g e C / l W k / T E P 3 f 8 F / K 9 J + k J 0 o R t / p k c 3 / Q P B f y r S f p i H 7 v + C / l e k / S E 6 U I 2 / w B M j m / u / w C C / l e k / S E P 3 f 8 A B f y v S f p C d K E b f 6 Z H M / 0 D w X 8 r 0 n 6 Q h / o H g v 5 X p P 0 h O n i E b f 6 Z H N / d / w A F / K 9 J + k I f u / 4 L + V 6 T 9 I T p Q j b / A E y O b + 7 / A I L + V 6 T 9 I Q / d / w A F / K 9 J + k J 0 o R t M j m / u / w C C / l e k / S E P 3 f 8 A B f y v S f p C d K E b f 6 Z H N / d / w X 8 r 0 n 6 Q h + 7 / A I L + V 6 T 9 I T p Q j b / T I 5 v 7 v + C / l e k / S E P 3 f 8 F / K 9 J + k J 0 o R t M j m / u / 4 L + V 6 T 9 I Q / d / w X 8 r 0 n 6 Q n S h G 3 + m R z f 3 f 8 F / K 9 J + k I v 8 A Q P B f y v S f p C d M w j b / A E y O Z + 7 / A I L + V 6 T 9 I R / u / w C C / l e k / S E 6 U I 2 / 0 y O b + 7 / g v 5 X p P 0 h D 9 3 / B f y v S f p C d K G Y 2 / w B M j m f u / w C C / l e k / S E f 7 v 8 A g v 5 X p P 0 h O j H / A M R 9 q Z H N / d / w X 8 r 0 n 6 Q h + 7 / g v 5 X p P 0 h O l D 3 z G 1 M j m / u / 4 L + V 6 T 9 I Q / d / w X 8 q 0 n 6 Q n S j j a u R z P 3 f 8 F / K 9 J + k I f u / 4 L + V 6 T 9 I T p Q j 7 U y O b + 7 / g v 5 X p P 0 h D 9 3 / B f y v S f p C d I Q j a Z H N / 0 D w X 8 q 0 n 6 Y h / o H g v 5 V p P 0 x O l C N q d O b + 7 / g v 5 X p P 0 h D 9 3 / B f y v S f p i d K E b T p z f 9 A 8 F / K t J + m I f u / 4 L + V 6 T 9 I T p w j b / T I 5 v 7 v + C f l W k / S E X + g e C / l W k / T E 6 c U u 0 y O d + 7 / g v 5 X p P 0 h D 9 3 / B f y v S f p i d K O T b / T p z P 3 f 8 E / K 9 J + k I f u / 4 L + V 6 P 9 I T p Q j b / T p z f 3 f 8 F / K 9 J + k I f u / 4 L + V 6 T 9 I T p x R t / p 0 5 v 7 v + C / l W j / S E P 3 f 8 F / K 9 J + k J 0 o d p d p k c 3 9 3 / A A X 8 r 0 n 6 Q h + 7 / g v 5 X p P 0 h O l H G 0 x z P 3 f 8 F / K t J + k I f u / 4 J + V 6 T 9 I T p x R t M j m / u / 4 L + V 6 T 9 I Q / d / w X 8 r 0 n 6 Q n S h G 0 y O b + 7 / g v 5 V p P 0 h D 9 3 / B f y r S f p C d K E b T I 5 v 7 v + C f l W j / S E P 3 f 8 E / K t J + k J 0 o 4 2 m R z P 3 e 8 E / K t J + k I f u / 4 L + V 6 T 9 I T p w j a Z H M / d / w A F / K 9 J + k I / 3 f 8 A B P y r S f p C d K E b T I 5 v 7 v 8 A g n 5 V p P 0 h H + 7 / A I J + V a T 9 I T o 4 j j a Z H N / d 7 w T 8 q 0 f 6 Q h + 7 3 g n 5 V o / 0 h O l / W G J d q Z H N / d 7 w T 8 q 0 f 6 Q h + 7 3 g n 5 V o / w B I T p w j a Z H M / d 7 w T 8 q 0 n 6 Q h + 7 3 g n 5 V p P 0 h O n C N p k c 3 9 3 v B P y r R / p C H 7 v e C f l W j / A E h O n D v G 0 y O b + 7 3 g n 5 V o / w B I Q n T z C N p k I w h C F E I Q g K H f E r v v q 0 6 b 7 W x 7 D 3 n K v 8 V u b i k B F 7 H v E i O 1 j 2 i O R 1 B n m 2 1 W o c 5 a 5 z / X E E 1 W o T l b n H 9 c y 4 m v S Q n G o 8 W t U 4 v U W D 3 H B n V o u r v T f U w I 7 / E l i r I o 4 Y k q i E I Q F F C E A h C O A o Q x C A u 8 c M Q g K O E U g I Q j x F C E I 4 p F E I 4 o Q Q h C A R R w h S h C E A h H C A C E U c A i j i g E I 4 o B C E I B C E I B C E I A I Q h A I Q j g K E I Q C E I Q C E I Q C O K O A o Q h A I Y h C A Q h C A f 0 6 i Z b t Z W L f J r O 6 w D 1 Y 7 S 3 V 2 + T p 7 H H U K c T h e G o y e Z a 5 y 1 h 5 Y z H K 9 t 8 O O x 3 q S z V g s e T J W O K 6 2 c / y j M h p 2 y g A 9 h O f 4 t r 1 S i 2 m k h r F B z / A N s t v R O P b b o r b b q z b Z j k 8 C a P a c T 9 n 9 Z v 0 C i z O 7 P E 6 u p v F V B Y f U e B 9 5 J d i W Z U v M B s K K c l R H v B X d 7 d Z R p a / J T L n c 7 8 s f e Z L t a l b 2 A A s W b C q O 5 j 7 H 1 d U E E Z E J V p 9 w p U P 9 W O Z b 1 m 5 U s E I Q h B H C L t A c I Q l Q Q h C Q E c Q j h S h A w g O K O K A Q 7 Q 5 m X W a 2 v T D b w 1 h 6 L n p L i N L M F G W I A H X J m S 3 x L T V n A J c / 8 A a J y L 9 T d e 2 b H J H Y d A J V N T i O q 3 j A / l p J + 7 Q X x g Z 9 V J H 2 a c q E Y m u 5 X 4 n p n O G J Q / 9 w m t W V h l S C P c G e X l t O o t o b N T k e 4 6 g / 0 i x X p I T J o 9 d X q R t O F s H U e 8 1 z I O 8 c U c o I Q h A I S F 1 q U o X s Y A D / M 4 2 q 8 Q t u J V C a 6 / Y d T E m m u r f r d P T w 9 g z 7 D m Z X 8 Y r B w l T H 7 n E 4 8 c 1 k T X V / 1 g 9 6 P / A O 6 W 1 + L 0 E 4 s R k + e s 4 k c Y a 9 N V f V c M 1 O G / r L J 5 Z W Z G 3 K S p 7 E d p 0 9 H 4 o c i v U k c n h + n 9 4 s N d a E Q I I y D k E Z z H M q c U I C U S h C E A i M c U A l W p v T T 1 G x + 3 Q e 5 l s 4 n i 9 5 e / y g f S g / z E R k
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1660937930"
senderId: "0x04d1bed19c523299cbd07ddec7b8949ad7dd923819a68e0b733c9c0bc38cde276bd256f098e755f8f028395c2c91f438a22adaff6caded060b7cc0ef3f470f1234"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-09-14 07:27:01 +00:00
senderDisplayName: "Pompie"
senderOptionalName: "@ghd.statusofus.eth"
2021-12-16 10:17:03 +00:00
message: "Replying to a sticker message"
isCurrentUser: true
2022-08-20 00:01:28 +00:00
contentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
messageContent: ""
repeatMessageInfo: true
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
2022-07-06 15:43:51 +00:00
isContact: false
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . Untrustworthy
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: true
2022-08-20 00:01:28 +00:00
replySenderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486dsfkjghyu2cf04"
2021-12-16 10:17:03 +00:00
replySenderName: "You"
2022-08-20 00:01:28 +00:00
replySenderEnsName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Sticker
2021-12-16 10:17:03 +00:00
replyMessageContent: "https://ipfs.infura.io/ipfs/QmW4rVW3BXYHiDHzD6cDwVZtuvEa6aPyb1bbEnitEA6Hhg"
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1660937930"
senderId: "0x04d1bed19c523299cbd07ddec7b8949ad7dd923819a68e0b733c9c0bc38cde276bd256f098e755f8f028395c2c91f438a22adaff6caded060b7cc0ef3f470f1234"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-09-14 07:27:01 +00:00
senderDisplayName: "Pompie"
senderOptionalName: "@ghd.statusofus.eth"
2021-12-16 10:17:03 +00:00
message: "Replying to a Audio message"
isCurrentUser: true
2022-08-20 00:01:28 +00:00
contentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
messageContent: ""
repeatMessageInfo: true
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
2022-07-06 15:43:51 +00:00
isContact: false
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . Untrustworthy
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: true
2022-08-20 00:01:28 +00:00
replySenderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486dsfkjghyu2cf04"
2021-12-16 10:17:03 +00:00
replySenderName: "You"
2022-08-20 00:01:28 +00:00
replySenderEnsName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
replyMessageText: ""
replyAmISender: false
replyContentType: StatusMessage . ContentType . Audio
replyMessageContent: "/home/khushboo/Music/SymphonyNo6.mp3"
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1660937930"
senderId: "0x04d1bed19c523299cbd07ddec7b8949ad7dd923819a68e0b733c9c0bc38cde276bd256f098e755f8f028395c2c91f438a22adaff6caded060b7cc0ef3f470f1234"
2021-12-16 10:17:03 +00:00
amIsender: false
2022-09-14 07:27:01 +00:00
senderDisplayName: "Pumba"
senderOptionalName: "@quite.statusofus.eth"
2021-12-16 10:17:03 +00:00
message: "This is me"
isCurrentUser: true
contentType: StatusMessage . ContentType . Sticker
messageContent: "https://ipfs.infura.io/ipfs/QmW4rVW3BXYHiDHzD6cDwVZtuvEa6aPyb1bbEnitEA6Hhg"
repeatMessageInfo: true
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
2022-07-06 15:43:51 +00:00
isContact: false
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . Verified
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: false
2022-08-20 00:01:28 +00:00
replySenderId: ""
replySenderName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1660937930"
senderId: "0x04d1bed19c523299cbd07ddec7b8949ad7dd923819a68e0b733c9c0bc38cde276bd256f098e755f8f028395c2c91f438a22adaff6caded060b7cc0ef3f470f1234"
2021-12-16 10:17:03 +00:00
amIsender: true
2022-09-14 07:27:01 +00:00
senderDisplayName: "You"
senderOptionalName: "@ghd.statusofus.eth"
2021-12-16 10:17:03 +00:00
message: ""
isCurrentUser: true
contentType: StatusMessage . ContentType . Image
2022-08-20 00:01:28 +00:00
messageContent: "https://placekitten.com/600/400"
2021-12-16 10:17:03 +00:00
repeatMessageInfo: true
profileImage: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv/M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X+ap/+P9VcxEDKExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA//+gYCErzmCpCQAAAABJRU5ErkJggg=="
2022-07-06 15:43:51 +00:00
isContact: true
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . None
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: false
2022-08-20 00:01:28 +00:00
replySenderId: ""
replySenderName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
}
ListElement {
2022-08-20 00:01:28 +00:00
timestamp: "1657937930"
amIsender: false
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
2022-09-14 07:27:01 +00:00
senderDisplayName: "Teenage Mutant Turtle"
senderOptionalName: ""
2022-08-20 00:01:28 +00:00
profileImage: ""
contentType: StatusMessage . ContentType . Text
2022-09-10 03:22:12 +00:00
message: 'Simple text message from another user with reactions'
messageContent: ""
isContact: false
trustIndicator: StatusContactVerificationIcons . TrustedType . None
hasMention: false
editMode: false
isReply: false
replySenderId: ""
replySenderName: ""
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
replyContentType: StatusMessage . ContentType . Text
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
reactions: [
ListElement {
numberOfReactions: 2
didIReactWithThisEmoji: false
jsonArrayOfUsersReactedWithThisEmoji: '["User 1", "User 3"]'
emojiId: 1
} ,
ListElement {
numberOfReactions: 3
didIReactWithThisEmoji: true
jsonArrayOfUsersReactedWithThisEmoji: '["Teenage Mutant Turtle", "User 1", "User 3"]'
emojiId: 3
} ,
ListElement {
numberOfReactions: 1
didIReactWithThisEmoji: false
jsonArrayOfUsersReactedWithThisEmoji: '["User 3"]'
emojiId: 4
}
]
}
ListElement {
timestamp: "1657937930"
amIsender: true
senderId: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
userName: "You"
ensName: ""
localName: ""
profileImage: ""
contentType: StatusMessage . ContentType . Text
message: 'Simple text message from current user with reactions'
2022-08-20 00:01:28 +00:00
messageContent: ""
isContact: false
2022-02-16 10:37:48 +00:00
trustIndicator: StatusContactVerificationIcons . TrustedType . None
2021-12-16 10:17:03 +00:00
hasMention: false
editMode: false
isReply: false
2022-08-20 00:01:28 +00:00
replySenderId: ""
replySenderName: ""
2021-12-16 10:17:03 +00:00
replyProfileImage: ""
replyMessageText: ""
replyAmISender: false
2022-08-20 00:01:28 +00:00
replyContentType: StatusMessage . ContentType . Text
2021-12-16 10:17:03 +00:00
replyMessageContent: ""
isPinned: false
pinnedBy: ""
hasExpired: false
2022-08-20 00:01:28 +00:00
reactions: [
ListElement {
numberOfReactions: 2
didIReactWithThisEmoji: false
jsonArrayOfUsersReactedWithThisEmoji: '["User 1", "User 3"]'
emojiId: 1
} ,
ListElement {
numberOfReactions: 3
didIReactWithThisEmoji: true
jsonArrayOfUsersReactedWithThisEmoji: '["Teenage Mutant Turtle", "User 1", "User 3"]'
emojiId: 3
} ,
ListElement {
numberOfReactions: 1
didIReactWithThisEmoji: false
jsonArrayOfUsersReactedWithThisEmoji: '["User 3"]'
emojiId: 4
}
]
2021-12-16 10:17:03 +00:00
}
}
2022-01-28 14:29:29 +00:00
property var membersListModel: ListModel {
id: membersList
ListElement {
2022-06-12 14:25:17 +00:00
localNickname: "This is an example"
displayName: "Maria"
pubKey: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
isVerified: true
isUntrustworthy: false
isContact: true
2022-07-18 13:13:32 +00:00
isImage: true
2022-06-12 14:25:17 +00:00
onlineStatus: 1
2022-05-19 09:02:36 +00:00
icon: " data: image / png ; base64 , iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAlklEQVR4nOzW0QmDQBAG4SSkl7SUQlJGCrElq9F3QdjjVhh / 5 nv3cFhY9vUIYQiNITSG0BhCExPynn1gWf9bx498P7 /
2022-09-02 15:40:30 +00:00
nzPcxEzGExhBdJGYihtAYQlO + tUZvqrPbqeudo5iJGEJjCE15a3VtodH3q2ImYgiNITTlTdG1nUZ5a92VITQxITFiJmIIjSE0htAYQrMHAAD //+wwFVpz+yqXAAAAAElFTkSuQmCC"
2022-05-31 15:18:28 +00:00
isAdmin: false
2022-06-12 14:25:17 +00:00
}
ListElement {
localNickname: ""
displayName: "carmen.eth"
pubKey: "0x043a7ed78362567894688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
isVerified: false
isUntrustworthy: true
isContact: false
2022-07-18 13:13:32 +00:00
isImage: false
2022-06-12 14:25:17 +00:00
onlineStatus: 0
2022-05-19 09:02:36 +00:00
icon: ""
2022-05-31 15:18:28 +00:00
isAdmin: false
2022-01-28 14:29:29 +00:00
}
ListElement {
2022-06-12 14:25:17 +00:00
localNickname: "This girl I know from work"
displayName: "annabelle"
pubKey: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc74f72cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486dsfkjghyu2cf04"
isVerified: false
isUntrustworthy: false
isContact: false
2022-07-18 13:13:32 +00:00
isImage: true
2022-06-12 14:25:17 +00:00
onlineStatus: 1
2022-05-31 15:18:28 +00:00
isAdmin: false
2022-05-19 09:02:36 +00:00
icon: " data: image / png ; base64 , iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAiElEQVR4nOzXUQpAQBRGYWQvLNAyLJDV8C5qpiGnv / M9al5Ot27X0IUwhMYQGkNoDKGJCRlLH67bftx9X + ap / + P9VcxEDK
2022-01-28 14:29:29 +00:00
ExhKZ4a9Uq3TZviZmIITSG0DRvlqcbqVbrlouZiCE0htD4h0hjCI0hNN5aNIbQGKKPxEzEEBpDaAyhMYTmDAAA //+gYCErzmCpCQAAAABJRU5ErkJggg=="
2022-06-12 14:25:17 +00:00
}
ListElement {
localNickname: "Mark Cuban"
displayName: "mark.eth"
pubKey: "0x043a7ed0e8752236a4688563652fd0296453cef00a5dcddbe252dc79872cc1caa97a2b65e4a1a52d9c30a84c9966beaaaf6b333d659cbdd2e486b443ed1012cf04"
isVerified: false
isUntrustworthy: true
isContact: true
2022-07-18 13:13:32 +00:00
isImage: false
2022-06-12 14:25:17 +00:00
onlineStatus: 0
2022-05-19 09:02:36 +00:00
icon: ""
2022-05-31 15:18:28 +00:00
isAdmin: false
2022-01-28 14:29:29 +00:00
}
}
2022-02-01 15:20:57 +00:00
// App Section Types:
// chat: 0
// community: 1
// wallet: 2
// browser: 3
// nodeManagement: 4
// profileSettings: 5
// apiDocumentation: 100
// demoApp: 101
property ListModel mainAppSectionsModel: ListModel {
ListElement {
sectionId: "mainApp"
sectionType: 100
name: "API Documentation"
active: true
image: ""
icon: "edit"
color: ""
hasNotification: false
notificationsCount: 0
}
ListElement {
2022-07-19 10:29:18 +00:00
sectionId: "examples"
2022-02-01 15:20:57 +00:00
sectionType: 101
2022-07-19 10:29:18 +00:00
name: "Examples"
active: false
image: ""
icon: "show"
color: ""
hasNotification: false
notificationsCount: 0
}
ListElement {
sectionId: "demoApp"
sectionType: 102
2022-02-01 15:20:57 +00:00
name: "Demo Application"
active: false
image: ""
icon: "status"
color: ""
hasNotification: false
notificationsCount: 0
}
}
property ListModel demoAppSectionsModel: ListModel {
ListElement {
sectionId: "chat"
sectionType: 0
name: "Chat"
active: true
image: ""
icon: "chat"
color: ""
hasNotification: false
notificationsCount: 0
}
ListElement {
sectionId: "0x123456789"
sectionType: 1
name: "Status Community"
active: false
image: "https://assets.brandfetch.io/51a495de903c46a.png"
icon: ""
color: ""
hasNotification: false
notificationsCount: 0
}
ListElement {
2022-05-31 09:44:26 +00:00
sectionId: "communitiesPortal"
2022-02-01 15:20:57 +00:00
sectionType: 2
2022-05-31 09:44:26 +00:00
name: "Communities Portal"
active: false
image: ""
icon: "communities"
color: ""
hasNotification: false
notificationsCount: 0
}
ListElement {
sectionId: "wallet"
sectionType: 3
2022-02-01 15:20:57 +00:00
name: "Wallet"
active: false
image: ""
icon: "wallet"
color: ""
hasNotification: false
notificationsCount: 0
}
ListElement {
sectionId: "browser"
2022-05-31 09:44:26 +00:00
sectionType: 4
2022-02-01 15:20:57 +00:00
name: "Browser"
active: false
image: ""
icon: "bigger/browser"
color: ""
hasNotification: false
notificationsCount: 0
2022-06-12 14:25:17 +00:00
}
2022-02-01 15:20:57 +00:00
ListElement {
sectionId: "profile"
sectionType: 6
name: "Profile"
active: false
image: ""
icon: "bigger/settings"
color: ""
hasNotification: true
notificationsCount: 0
}
}
2022-04-04 10:16:47 +00:00
property ListModel currencyPickerModel: ListModel {
ListElement {
key: 0
name: "United States Dollar"
shortName: "USD"
symbol: "$"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b4.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: false
}
ListElement {
key: 1
name: "British Pound"
shortName: "GBP"
symbol: "£"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b5.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: false
}
ListElement {
key: 2
name: "Euro"
shortName: "EUR"
symbol: "€"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b6.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: true
}
ListElement {
key: 3
name: "Shout Korean Won"
shortName: "KRW"
symbol: "₩"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b8.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: false
}
ListElement {
key: 4
name: "Ethereum"
shortName: "ETH"
symbol: "Ξ"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b7.svg"
2022-04-04 10:16:47 +00:00
category: "Tokens"
selected: true
}
ListElement {
key: 5
name: "Bitcoin"
shortName: "BTC"
symbol: "฿"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b4.svg"
2022-04-04 10:16:47 +00:00
category: "Tokens"
selected: false
}
ListElement {
key: 6
name: "Status Network Token"
shortName: "SNT"
symbol: ""
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b8.svg"
2022-04-04 10:16:47 +00:00
category: "Tokens"
selected: false
}
ListElement {
key: 7
name: "Emirati Dirham"
shortName: "AED"
symbol: "د.إ"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b4.svg"
2022-04-04 10:16:47 +00:00
category: "Other Fiat"
selected: false
}
ListElement {
key: 8
name: "Afghani"
shortName: "AFN"
symbol: "؋"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b7.svg"
2022-04-04 10:16:47 +00:00
category: "Other Fiat"
selected: false
}
ListElement {
key: 9
name: "Argentine Peso"
shortName: "AFN"
symbol: "$"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b4.svg"
2022-04-04 10:16:47 +00:00
category: "Other Fiat"
selected: false
}
}
property ListModel currencyPickerModel2: ListModel {
ListElement {
key: 0
name: "United States Dollar"
shortName: "USD"
symbol: "$"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b4.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: false
}
ListElement {
key: 1
name: "British Pound"
shortName: "GBP"
symbol: "£"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b5.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: false
}
ListElement {
key: 2
name: "Euro"
shortName: "EUR"
symbol: "€"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b6.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: true
}
ListElement {
key: 3
name: "Shout Korean Won"
shortName: "KRW"
symbol: "₩"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b8.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: false
}
ListElement {
key: 4
name: "Ethereum"
shortName: "ETH"
symbol: "Ξ"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b7.svg"
2022-04-04 10:16:47 +00:00
category: "Tokens"
selected: true
}
ListElement {
key: 5
name: "Bitcoin"
shortName: "BTC"
symbol: "฿"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b4.svg"
2022-04-04 10:16:47 +00:00
category: "Tokens"
selected: false
}
ListElement {
key: 6
name: "Status Network Token"
shortName: "SNT"
symbol: ""
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b8.svg"
2022-04-04 10:16:47 +00:00
category: "Tokens"
selected: false
}
ListElement {
key: 7
name: "Emirati Dirham"
shortName: "AED"
symbol: "د.إ"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b4.svg"
2022-04-04 10:16:47 +00:00
category: "Other Fiat"
selected: false
}
ListElement {
key: 8
name: "Afghani"
shortName: "AFN"
symbol: "؋"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b7.svg"
2022-04-04 10:16:47 +00:00
category: "Other Fiat"
selected: false
}
ListElement {
key: 9
name: "Argentine Peso"
shortName: "AFN"
symbol: "$"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f4b4.svg"
2022-04-04 10:16:47 +00:00
category: "Other Fiat"
selected: false
}
}
property ListModel languagePickerModel: ListModel {
ListElement {
key: 0
name: "English"
shortName: "English"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f1ec-1f1e7.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: false
}
ListElement {
key: 1
name: "Korean"
shortName: "한국어"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f1f0-1f1f7.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: false
}
ListElement {
key: 2
name: "Portuguese (Brazilian)"
shortName: "Português"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f1e7-1f1f7.svg"
2022-04-04 10:16:47 +00:00
category: ""
selected: true
}
ListElement {
key: 3
name: "Dutch"
shortName: "Nederlands"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f1f3-1f1f1.svg"
2022-04-04 10:16:47 +00:00
category: "Beta Languages"
selected: false
}
ListElement {
key: 4
name: "Indonesian"
shortName: "Bahasa Indonesia"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f1ee-1f1e9.svg"
2022-04-04 10:16:47 +00:00
category: "Beta Languages"
selected: false
}
ListElement {
key: 5
name: "Spanish"
shortName: "Español"
2022-07-06 12:08:49 +00:00
imageSource: "../../assets/twemoji/svg/1f1ea-1f1e6.svg"
2022-04-04 10:16:47 +00:00
category: "Beta Languages"
selected: false
}
}
property ListModel languageNoImagePickerModel: ListModel {
ListElement {
key: 0
name: "Chinese (Mainland China)"
shortName: "普通话"
category: ""
selected: true
}
ListElement {
key: 1
name: "Russian"
shortName: "Русский Язык"
category: ""
selected: false
}
ListElement {
key: 2
name: "Arabic"
shortName: "اَلْعَرَبِيَّةُ"
category: "Beta Languages"
selected: true
}
ListElement {
key: 3
name: "Chinese (Taiwan)"
shortName: "臺灣華語"
category: "Beta Languages"
selected: false
}
ListElement {
key: 4
name: "Filipino"
shortName: "Wikang Filipino"
category: "Beta Languages"
selected: false
}
ListElement {
key: 5
name: "French"
shortName: "Français"
category: "Beta Languages"
selected: false
}
ListElement {
key: 6
name: "Italian"
shortName: "Italiano"
category: "Beta Languages"
selected: false
}
ListElement {
key: 7
name: "Turkish"
shortName: "Türkçe"
category: "Beta Languages"
selected: false
}
ListElement {
key: 8
name: "Urdu"
shortName: "اُردُو"
category: "Beta Languages"
selected: false
}
2022-06-12 14:25:17 +00:00
}
2022-05-31 09:44:26 +00:00
property ListModel featuredCommunitiesModel : ListModel {
ListElement {
name: "CryptoKitties" ;
description: "A community of cat lovers, meow!" ;
2022-06-01 15:24:44 +00:00
logo: "qrc:/images/CryptoKitties.png" ;
2022-05-31 09:44:26 +00:00
members: 1045 ;
categories: [ ] ;
communityId: "341" ;
available: true ;
2022-06-01 15:24:44 +00:00
popularity: 1 ;
communityColor: "pink"
2022-05-31 09:44:26 +00:00
}
ListElement {
name: "Friends with Benefits" ;
description: "A group chat full of out favorite thinkers and creators." ;
2022-06-01 15:24:44 +00:00
logo: "qrc:/images/FriendsBenefits.png" ;
2022-05-31 09:44:26 +00:00
members: 452 ;
categories: [ ] ;
communityId: "232" ;
available: true ;
2022-06-01 15:24:44 +00:00
popularity: 2 ;
communityColor: "grey"
2022-05-31 09:44:26 +00:00
}
ListElement {
name: "Status Hi!!" ;
description: "A new community description with long long long and repetitive repetitive repetitive repetitive explanation!!" ;
2022-06-01 15:24:44 +00:00
logo: "qrc:/images/SNT.png" ;
2022-05-31 09:44:26 +00:00
members: 89 ;
categories: [ ] ;
communityId: "223" ;
available: true ;
popularity: 3
2022-06-01 15:24:44 +00:00
communityColor: "blue"
2022-05-31 09:44:26 +00:00
}
}
property ListModel curatedCommunitiesModel : ListModel {
ListElement {
2022-06-01 15:24:44 +00:00
name: "Status.im" ;
description: "Your portal to Web3. Secure wallet. dApp browser. Private messaging. All-in-one." ;
logo: "qrc:/images/SNT.png" ;
banner: "qrc:/images/CommunityBanner1.png" ;
members: 299500 ;
activeUsers: 71400 ;
2022-05-31 09:44:26 +00:00
categories: [ ] ;
communityId: "1" ;
available: true ;
popularity: 1
2022-06-01 15:24:44 +00:00
isPrivate: true
tokenLogo: "qrc:/images/SNT.png" ;
2022-05-31 09:44:26 +00:00
}
ListElement {
2022-06-01 15:24:44 +00:00
name: "SuperRare" ;
description: "The future of CryptoArt markets—a network governed by artists, collectors and curators." ;
logo: "qrc:/images/SR.png" ;
banner: "qrc:/images/SuperRareCommunityBanner.png" ;
members: 299500 ;
activeUsers: 71400 ;
2022-05-31 09:44:26 +00:00
categories: [ ] ;
communityId: "2" ;
available: true ;
popularity: 2
2022-06-01 15:24:44 +00:00
isPrivate: true
tokenLogo: "qrc:/images/SRToken.png" ;
2022-05-31 09:44:26 +00:00
}
ListElement {
2022-06-01 15:24:44 +00:00
name: "Coinbase" ;
description: "Jump start your crypto portfolio with the easiest place to buy and sell crypto. " ;
logo: "qrc:/images/Coinbase.png" ;
banner: "qrc:/images/CoinBaseCommunityBanner.png" ;
members: 4900000 ;
activeUsers: 245600 ;
2022-05-31 09:44:26 +00:00
categories: [ ] ;
communityId: "3" ;
available: true ;
popularity: 3
2022-06-01 15:24:44 +00:00
isPrivate: false
tokenLogo: "" ;
2022-05-31 09:44:26 +00:00
}
ListElement {
2022-06-01 15:24:44 +00:00
name: "Rarible" ;
description: "Multichain community-centric NFT marketplace. Create, sell and collect NFTs." ;
logo: "qrc:/images/Rarible.png" ;
banner: "qrc:/images/RaribleCommunityBanner.png" ;
members: 629200 ;
activeUsers: 112100 ;
2022-05-31 09:44:26 +00:00
categories: [ ] ;
communityId: "4" ;
available: true ;
popularity: 4
2022-06-01 15:24:44 +00:00
isPrivate: true
tokenLogo: "qrc:/images/RARI.png" ;
2022-05-31 09:44:26 +00:00
}
ListElement {
2022-06-01 15:24:44 +00:00
name: "Spotify" ;
description: "Listening is everything" ;
logo: "qrc:/images/Spotify.png" ;
banner: "qrc:/images/SpotifyCommunityBanner.png" ;
members: 207500 ;
activeUsers: 52200 ;
2022-05-31 09:44:26 +00:00
categories: [ ] ;
communityId: "5" ;
2022-06-01 15:24:44 +00:00
available: true ;
2022-05-31 09:44:26 +00:00
popularity: 5
2022-06-01 15:24:44 +00:00
isPrivate: false
tokenLogo: "" ;
2022-05-31 09:44:26 +00:00
}
ListElement {
2022-06-01 15:24:44 +00:00
name: "Dribbble" ;
description: "Open source platform to write and distribute decentralized applications.." ;
logo: "qrc:/images/Fluff.png" ;
banner: "qrc:/images/DribbbleCommunityBanner.png" ;
members: 2300000 ;
activeUsers: 112100 ;
2022-05-31 09:44:26 +00:00
categories: [ ] ;
communityId: "6" ;
2022-06-01 15:24:44 +00:00
available: true ;
2022-05-31 09:44:26 +00:00
popularity: 6
2022-06-01 15:24:44 +00:00
isPrivate: false
tokenLogo: "" ;
2022-05-31 09:44:26 +00:00
}
ListElement {
2022-06-01 15:24:44 +00:00
name: "Status.im" ;
description: "Your portal to Web3. Secure wallet. dApp browser. Private messaging. All-in-one." ;
logo: "qrc:/images/SNT.png" ;
banner: ""
members: 299500 ;
activeUsers: 71400 ;
2022-05-31 09:44:26 +00:00
categories: [ ] ;
communityId: "7" ;
available: true ;
2022-06-01 15:24:44 +00:00
popularity: 1
isPrivate: false
tokenLogo: "" ;
2022-05-31 09:44:26 +00:00
}
ListElement {
name: "CryptoPunks" ;
description: "Community description goes here. Community description goes here. Community description goes here. Community description goes here. Community description goes here. Community description goes here." ;
2022-06-01 15:24:44 +00:00
logo: "qrc:/images/CryptoPunks.png" ;
banner: "" ;
members: 4900 ;
activeUsers: 245600 ;
2022-05-31 09:44:26 +00:00
categories: [ ] ;
communityId: "8" ;
2022-06-01 15:24:44 +00:00
available: false ;
2022-05-31 09:44:26 +00:00
popularity: 8
2022-06-01 15:24:44 +00:00
isPrivate: false
tokenLogo: "" ;
2022-05-31 09:44:26 +00:00
}
ListElement {
name: "Socks" ;
description: "Community description goes here." ;
2022-06-01 15:24:44 +00:00
logo: "qrc:/images/Socks.png" ;
banner: "" ;
members: 4900 ;
activeUsers: 245600 ;
2022-05-31 09:44:26 +00:00
categories: [ ] ;
communityId: "9" ;
2022-06-01 15:24:44 +00:00
available: false ;
2022-05-31 09:44:26 +00:00
popularity: 9
2022-06-01 15:24:44 +00:00
isPrivate: false
tokenLogo: "" ;
2022-05-31 09:44:26 +00:00
}
}
property ListModel tagsModel : ListModel {
ListElement { name: "gaming" ; emoji: "🎮" }
ListElement { name: "art" ; emoji: "🖼️️" }
ListElement { name: "crypto" ; emoji: "💸" }
ListElement { name: "nsfw" ; emoji: "🍆" }
ListElement { name: "markets" ; emoji: "💎" }
ListElement { name: "defi" ; emoji: "📈" }
ListElement { name: "travel" ; emoji: "🚁" }
ListElement { name: "web3" ; emoji: "🗺" }
ListElement { name: "sport" ; emoji: "🎾" }
ListElement { name: "food" ; emoji: "🥑" }
ListElement { name: "enviroment" ; emoji: "☠️" }
ListElement { name: "privacy" ; emoji: "👻" }
2022-04-04 10:16:47 +00:00
}
2022-06-14 13:23:18 +00:00
property var communityTags : { "Activism" : "✊" , "Art" : "🎨" , "Blockchain" : "🔗" , "Books & blogs" : "📚" , "Career" : "💼" , "Collaboration" : "🤝" , "Commerce" : "🛒" , "Crypto" : "Ξ" , "Culture" : "🎎" , "DAO" : "🚀" , "DIY" : "🔨" , "DeFi" : "📈" , "Design" : "🧩" , "Education" : "🎒" , "Entertainment" : "🍿" , "Environment" : "🌿" , "Event" : "🗓" , "Fantasy" : "🧙♂️" , "Fashion" : "🧦" , "Food" : "🌶" , "Gaming" : "🎮" , "Global" : "🌍" , "Health" : "🧠" , "Hobby" : "📐" , "Innovation" : "🧪" , "Language" : "📜" , "Lifestyle" : "✨" , "Local" : "📍" , "Love" : "❤️" , "Markets" : "💎" , "Movies & TV" : "🎞" , "Music" : "🎶" , "NFT" : "🖼" , "NSFW" : "🍆" , "News" : "🗞" , "Non-profit" : "🙏" , "Org" : "🏢" , "Pets" : "🐶" , "Play" : "🎲" , "Podcast" : "🎙️" , "Politics" : "🗳️" , "Privacy" : "👻" , "Product" : "🍱" , "Psyche" : "🍁" , "Security" : "🔒" , "Social" : "☕" , "Software dev" : "👩💻" , "Sports" : "⚽️" , "Tech" : "📱" , "Travel" : "🗺" , "Vehicles" : "🚕" , "Web3" : "🌐" }
2021-07-23 16:28:16 +00:00
}