craft your forge, build your project, grow your community freely
1---
2id: "6368"
3priority: 50
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# Plugin right append is not implemented
1112In default config and in [plugin rights](../app/libs/goplugin/plugin.go) I have created a `PluginWriteRightCanAppend` but it is not implemented.
1314To be able to do that, gitroot should provide an `Append(path string, content string)` method.
1516But plugin should be able to know if user has only append content in file. Maybe reuse `func (repo *GitRootRepositoryWrite) GetDiff(hash plumbing.Hash, filepath string)` from [diff](../app/server/repository/diff.go) but change the return?