git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Commit df1433307a5a4faa316f72012211f6d8138f6e19

profile images aren't cropped, so don't specify the image size

Ev Bogue committed on 7/2/2018, 2:36:09 PM
Parent: a806cd1af8952ab8009acf977d0d69b04a3fd95f

Files changed

views.jschanged
views.jsView
@@ -190,11 +190,9 @@
190190 if(err) return alert(err.stack)
191191 selected = {
192192 link: hash,
193193 size: _data.data.length,
194- type: _data.mimetype,
195- width: 512,
196- height: 512
194+ type: _data.mimetype
197195 }
198196 })
199197 )
200198 }

Built with git-ssb-web