Frontmatter
| id | 7679 |
| title | ChromaManager.mjs: getMemoryCollection should use getOrCreateCollection |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Oct 31, 2025, 8:11 PM |
| updatedAt | Oct 31, 2025, 8:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7679 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 31, 2025, 8:13 PM |
getMemoryCollection()usesgetCollection().getSummaryCollection()usesgetOrCreateCollection(). This can result in an error for first time users, which have not created the collections otherwise.