aleph-im / aleph-explorer

Simple explorer for the Aleph.im network
4 stars 2 forks source link

Fix: Null post crashes the view #89

Closed MHHukiewitz closed 6 months ago

MHHukiewitz commented 6 months ago

Problem: POST messages could have undefined content causing the messages page to crash

Solution: Update preview_format method in MessageList.vue to handle undefined or null content.

Solves #88