Ali Momen Sani
Ali Momen Sani
@ahopkins I would say `401 Unauthorized` would fit better. Also as `None` is expected to be returned from `retrieve_user`, I think `500 Internal Server Error` is not appropriate. Could you...
@townsendeb I made it load my own xib file, but I it raised problems. For example scrolling didn't work and etc. I think this should be a feature for library.
Same problem here except that I'm using `.whenUnlockedThisDeviceOnly` option.
I wasn't using accessible before and assuming default value of `.whenUnlocked`, I changed to `.whenUnlocked`, did `deleteFromSecureStore()` and then changed to `.whenUnlockedThisDeviceOnly`, and it worked. So I think `accessible` affects...
I solved this problem with this [commit](https://github.com/shaljam/sanic-limiter/commit/9c2063623fff8b6125245de2e1fa844590d287d1). There was a similar [commit](https://github.com/bohea/sanic-limiter/commit/e8891ae287e55fe4f6b118c2a0b34e2ae2a08e8d) that was later [reverted](https://github.com/bohea/sanic-limiter/commit/4c2f86e041da0ed1cfd11176119a64806275d368) because of problems with different sanic versions.
Hi @alexmacarthur , The attachment URLs will be refreshed if needed when being fetched. See [here](https://getstream.io/chat/docs/react/file_uploads/#access-control-and-link-expiration).
Mine used to work great but now tends to forget the token.
@takluyver I'm using `5.4.1`.
@takluyver Upgrading fixed my problem.