Skip to content

Current user

By adding Current user to the Topol Options you can identify who is using Topol directly. We use this information for identifying Autosaves.

Add following code inside Topol Options:

js
currentUser: {
  userId: "current user user_id",
  name: "current user name",
  profilePhotoUrl:
    "link to the current user's profile picture",
},