refactor: remove restricted session field (#7543)
* add issue bot for prs * Update CHANGELOG.md * Update issue-bot.yml * remove session restriction artifacts * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
@@ -70,7 +70,6 @@ const defaultColumns: { [string]: SchemaFields } = Object.freeze({
|
||||
},
|
||||
// The additional default columns for the _Session collection (in addition to DefaultCols)
|
||||
_Session: {
|
||||
restricted: { type: 'Boolean' },
|
||||
user: { type: 'Pointer', targetClass: '_User' },
|
||||
installationId: { type: 'String' },
|
||||
sessionToken: { type: 'String' },
|
||||
|
||||
@@ -891,7 +891,6 @@ RestWrite.createSession = function (
|
||||
objectId: userId,
|
||||
},
|
||||
createdWith,
|
||||
restricted: false,
|
||||
expiresAt: Parse._encode(expiresAt),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user