git ssb

7+

dinoworm 🐛 / patchcore



Commit 742b40499bc36d598d71bda92f8d23586c28e5f3

unkown about message bug catch D:

mix irving committed on 3/16/2017, 9:40:45 AM
Parent: e373896bbc92902eb3ae8542bb2b2d1497bdd089

Files changed

contact/obs.jschanged
contact/obs.jsView
@@ -71,9 +71,9 @@
7171 newestValues[item.id] = newestValues[item.id] || 0
7272 if (newestValues[item.id] < item.timestamp) {
7373 newestValues[item.id] = item.timestamp
7474 if (item.value != null) {
75- if (item.value) {
75 + if (item.value && item.id) {
7676 result.add(item.id)
7777 } else {
7878 result.delete(item.id)
7979 }

Built with git-ssb-web