Tusker/Pachyderm/Utilities
Shadowfacts 70bca052c4
Tweak notification grouping
Notifications that are of the same type but are separated by a groupable
notification of a different type are now considered groupable. For
example:

favorite 1 (status 1)
reblog 1 (status 1)
favorite 2 (status 1)
reblog 2 (status 1)
mention 1
reblog 3 (status 1)

will be grouped into:

favorite 1, 2 (status 1)
reblog 1, 2 (status 1)
mention 1
reblog 3 (status 1)
2020-02-28 19:21:39 -05:00
..
CharacterCounter.swift Reorganize Pachyderm code 2019-09-05 14:40:35 -04:00
InstanceSelector.swift Change recommended instance selector to store categories as strings 2020-01-20 11:56:43 -05:00
InstanceType.swift Allow Pleroma instances to exceed Mastodon attachment limits 2019-09-11 16:57:42 -04:00
NotificationGroup.swift Tweak notification grouping 2020-02-28 19:21:39 -05:00
StatusState.swift Store status collapse state in containing view controller 2019-11-28 18:36:58 -05:00
TimelineSegment.swift Reorganize Pachyderm code 2019-09-05 14:40:35 -04:00