How to update/edit document directly from server?

I am using couch db on Android along couchbase lite and sync gateway. I am running an android service that will notify user when account is approved. Android service is pulling data from server continuously, and i have updated user document on server by changing account status from inactive to active. But on Android log service showing status as inactive. What i am missing here. Is pulling replication not pulling the data from server but from sync gateway because on server status is active but on Android after pulling data its still showing inactive. May someone here point my mistake.