Files
@ cf1d1239cd55
Branch filter:
Location: kallithea/docs/theme/nature/layout.html
cf1d1239cd55
1.0 KiB
text/html
model: notification: don't round-trip via list if you want a set
'create' in NotificationModel starts from an empty list, appends entries to
it, then converts it to a set.
You could equally start with a set and add to it, avoiding the final
conversion.
'create' in NotificationModel starts from an empty list, appends entries to
it, then converts it to a set.
You could equally start with a set and add to it, avoiding the final
conversion.