Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For ids uint is used, this is platform specific and either uint32 or uint64. The parsing for parameters in the api expected the ids to have 32bit size. I thought about changing all our ids to int64 but we sadly have one uint usage in the plugin api: https://github.com/gotify/plugin-api/blob/b0e2eca8e35526b0c02fdb5e2179a92bb8cb457f/plugin.go#L13-L14
- Loading branch information