Block a user
Restart menu when ussd session expires
The persister retrieved from menustorageservice ...
func (ms *MenuStorageService) GetPersister(ctx context.Context) (*persist.Persister, error) {
stateStore, err := ms.GetStateStore(ctx)
…
add-space-after-colon
This has been done. The function is passed from the LocalHandlerService to the Handlers
add-space-after-colon
It would be easier setting it in the context for use by downstream functions, similar to how the database is set.
Also. it won't be used by most of the handler functions. It's only usable by…