backend for xcvr appview
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add imageview, videoview notes

+15 -4
+15 -4
lexicons/org/xcvr/notes.lex
··· 136 136 uri: uri 137 137 author: org.xcvr.lrc.profileView 138 138 union 139 - image 139 + imageView 140 140 | 141 - video 141 + videoView 142 142 nick?: string, bytes<=16 143 143 color?: int, [0 16777215] 144 144 signetURI: uri 145 145 postedAt: date 146 146 147 + imageView: def 148 + alt: string 149 + src: string 150 + aspectRatio?: aspectRatio 151 + 152 + videoView: def 153 + alt: string 154 + src: string 155 + # captions? 156 + 157 + 147 158 signedMessageView: def 148 159 uri: uri 149 160 author: org.xcvr.lrc.profileView ··· 157 168 uri: uri 158 169 author: org.xcvr.lrc.profileView 159 170 union 160 - image 171 + imageView 161 172 | 162 - video 173 + videoView 163 174 nick?: string, bytes<=16 164 175 color?: int, [0 16777215] 165 176 signet: signetView