]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/transaction_handlers.go
Add config option to specify ignored filename patterns
[rbdr/mobius] / hotline / transaction_handlers.go
index 2a817687f531ca774fac3c33641550542826699e..412868c8d62242e0118cce93b797e91709ab6e8b 100644 (file)
@@ -1668,7 +1668,7 @@ func HandleGetFileNameList(cc *ClientConn, t *Transaction) (res []Transaction, e
                return res, err
        }
 
-       fileNames, err := getFileNameList(fullPath)
+       fileNames, err := getFileNameList(fullPath, cc.Server.Config.IgnoreFiles)
        if err != nil {
                return res, err
        }