Fix missing data-ref in notifications
authorAlex Schroeder <alex@gnu.org>
Thu, 15 Aug 2019 13:21:06 +0000 (15:21 +0200)
committerAlex Schroeder <alex@gnu.org>
Thu, 15 Aug 2019 13:21:06 +0000 (15:21 +0200)
commit2b98e5550b504e7fde5289239c8bea759637b303
tree6abfab372657a34fb2affc8b3759fd384a52ebdd
parentf3ce9c1c993e65a72a1c200ee56a44354de4ab9c
Fix missing data-ref in notifications

In rare instances, we get a notification that is missing a data-ref in
its __dict__. Therefore let's use the regular expression method of
extracting data as a fallback in case the data-ref cannot be found.
diaspy/models.py