mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-02 11:56:47 +01:00
056aaa7e0e
I made a mistake in https://github.com/tuskyapp/Tusky/pull/4389 🙄 With `addDynamicShortcuts` the limit can still be exceeded, `setDynamicShortcuts` is what we want. Also, `setLongLived` says: > Sets if a shortcut would be valid even if it has been unpublished/invisible by the app (as a dynamic or pinned shortcut). If it is long lived, it can be cached by various system services even after it has been unpublished as a dynamic shortcut. I don't think we want that so I removed it.